Skip to content

Commit

Permalink
i3status-rust: init (danth#548)
Browse files Browse the repository at this point in the history
Reviewed-by: NAHO <[email protected]>
  • Loading branch information
zackattackz authored and pborzenkov committed Sep 25, 2024
1 parent 215999c commit 07a3c79
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions modules/i3status-rust/hm.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{ config, lib, ... }:

let
colors = config.lib.stylix.colors.withHashtag;
in
{
# Merge this with your bar's theme's overrides with //config.lib.stylix.i3status-rust.bar
config.lib.stylix.i3status-rust.bar = with colors; {
idle_bg = base00;
idle_fg = base05;
info_bg = base09;
info_fg = base00;
good_bg = base01;
good_fg = base05;
warning_bg = base0A;
warning_fg = base00;
critical_bg = base08;
critical_fg = base00;
separator_bg = base00;
separator_fg = base05;
};
}

0 comments on commit 07a3c79

Please sign in to comment.