diff --git a/home/home.nix b/home/home.nix index 9763c36..15c7e4e 100644 --- a/home/home.nix +++ b/home/home.nix @@ -89,7 +89,7 @@ in { config = { anchor_to_edges = true; position = "top"; - height = fonts.sans.size; + height = 10; icon_theme = icons.name; start = [ @@ -104,7 +104,7 @@ in { } ]; center = [ - { type = "focused"; icon_size = 12; } + { type = "focused"; icon_size = 10; } ]; end = [ { type = "music"; @@ -131,8 +131,10 @@ in { [ util.bg normal.black - normal.yellow - bright.yellow + normal.black + normal.black + # normal.yellow + # bright.yellow util.fg normal.red fonts.sans.name @@ -244,8 +246,8 @@ in { }; focusedInactive = { background = normal.black; - border = normal.yellow; - childBorder = normal.yellow; + border = normal.blue; + childBorder = normal.blue; indicator = normal.blue; text = normal.white; }; diff --git a/rice.nix b/rice.nix index 379e9df..b033012 100644 --- a/rice.nix +++ b/rice.nix @@ -93,7 +93,7 @@ in rec { thickness = 2; rounding = 0; gaps_in = 4; - gaps_out = 12; + gaps_out = 4; }; bg = {