Switch to nix-rice
This commit is contained in:
parent
5f960fc2ca
commit
98e4871193
12 changed files with 31 additions and 537 deletions
|
|
@ -8,7 +8,9 @@ let
|
|||
pkill = "${pkgs.procps}/bin/pkill";
|
||||
playerCtl = "${pkgs.playerctl}/bin/playerctl";
|
||||
playerStatus = "${playerCtl} -f '{{emoji(status)}} {{title}} - {{artist}}' metadata | ${head} -c 60";
|
||||
colors = with pkgs.extra; palette.toARGBHex rec {
|
||||
alacritty = "${pkgs.alacritty}/bin/alacritty";
|
||||
btm = "${pkgs.bottom}/bin/btm";
|
||||
colors = with pkgs.rice; palette.toARGBHex rec {
|
||||
|
||||
normal = {
|
||||
foreground = colorPalette.normal.white;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue