diff --git a/modules/home/waybar/settings.nix b/modules/home/waybar/settings.nix index 26780d3..892342d 100644 --- a/modules/home/waybar/settings.nix +++ b/modules/home/waybar/settings.nix @@ -82,13 +82,13 @@ on-scroll-down = "playerctl volume .05-"; }; memory= { - format= "󰍛 {}%"; - format-alt= "󰍛 {used}/{total} GiB"; + format= " {}%"; + format-alt= " {used}/{total} GiB"; interval= 5; }; cpu= { - format= "󰻠 {usage}%"; - format-alt= "󰻠 {avg_frequency} GHz"; + format= "󰍛 {usage}%"; + format-alt= "󰍛 {avg_frequency} GHz"; interval= 5; }; network = { diff --git a/modules/home/waybar/style.nix b/modules/home/waybar/style.nix index c02ad3a..117f6cf 100644 --- a/modules/home/waybar/style.nix +++ b/modules/home/waybar/style.nix @@ -65,12 +65,26 @@ font-weight: bold; margin: 5px 0px; } - #tray, #pulseaudio, #network { + #tray { color: #${custom.tertiary_accent}; border-radius: 10px 24px 10px 24px; + # padding: 0 20px; + margin-left: 7px; + } + + #pulseaudio { + color: #${custom.tertiary_accent}; + border-radius: 10px 0px 0px 24px; + # padding: 0 20px; + margin-left: 7px; + } + #network { + color: #${custom.tertiary_accent}; + border-radius: 0px 24px 10px 0px; padding: 0 20px; margin-left: 7px; } + #clock { color: #${custom.tertiary_accent}; background: #${custom.palette.tertiary_background_hex};