Switch to nix-rice

This commit is contained in:
Filippo Berto 2021-06-26 15:02:13 +02:00
parent 5f960fc2ca
commit 98e4871193
12 changed files with 31 additions and 537 deletions

View file

@ -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;