diff --git a/modules/graphical/.config/waybar/style.css b/modules/graphical/.config/waybar/style.css index 1a6bb21..f429fa6 100644 --- a/modules/graphical/.config/waybar/style.css +++ b/modules/graphical/.config/waybar/style.css @@ -54,6 +54,10 @@ window#waybar { font-size: 16px; } +#clock { + margin-right: 12px; +} + #pulseaudio { /* border-top: 1px solid transparent; */ font-size: 16px; @@ -70,7 +74,7 @@ window#waybar { color: @base0B; } #battery.full { - margin: 0px 0px 0px 0px; + color: @base0D; } diff --git a/modules/graphical/waybar.nix b/modules/graphical/waybar.nix index 95ffc62..b36cc1f 100644 --- a/modules/graphical/waybar.nix +++ b/modules/graphical/waybar.nix @@ -15,7 +15,7 @@ in { position = "top"; height = 32; - spacing = 12; + spacing = 16; modules-left = ["sway/workspaces"]; modules-center = ["sway/mode"]; modules-right = ["network" "tray" "sway/language" "pulseaudio" "battery" "clock"]; @@ -36,7 +36,7 @@ in { }; tray = { icon-size = 16; - spacing = 12; + spacing = 16; }; clock = { tooltip-format = "{calendar}"; @@ -59,7 +59,7 @@ in { critical = 25; }; full-at = 90; - format = "{icon} {capacity}%"; + format = "{icon} {capacity}%"; format-icons = ["" "" "" "" ""]; }; network = {