Skip to content

Commit

Permalink
Switch to i3status theme from Stylix
Browse files Browse the repository at this point in the history
  • Loading branch information
pborzenkov committed Sep 25, 2024
1 parent 07501a5 commit 20772c9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 16 deletions.
6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 5 additions & 13 deletions home/modules/wm/i3status/default.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
config,
lib,
pkgs,
...
}: let
cfg = config.pbor.wm.i3status;
Expand Down Expand Up @@ -59,18 +58,11 @@ in {
};
theme = {
theme = "native"; # fully overwritten
overrides = with config.lib.stylix.colors.withHashtag; {
idle_bg = base01;
idle_fg = base05;
info_bg = base0C;
info_fg = base00;
good_bg = base0B;
good_fg = base00;
warning_bg = base0A;
warning_fg = base00;
critical_bg = base08;
critical_fg = base00;
};
overrides =
config.lib.stylix.i3status-rust.bar
// {
idle_bg = config.lib.stylix.colors.withHashtag.base01;
};
};
};
};
Expand Down

0 comments on commit 20772c9

Please sign in to comment.