diff --git a/misc/.config/waybar/config b/misc/.config/waybar/config index 175e615..430c2d0 100644 --- a/misc/.config/waybar/config +++ b/misc/.config/waybar/config @@ -5,12 +5,12 @@ "modules-left": ["hyprland/workspaces", "custom/scratch", "hyprland/mode", "hyprland/window"], "modules-center": [], - "modules-right": ["memory", "pulseaudio", "battery", "tray", "clock"], + "modules-right": ["tray", "memory", "pulseaudio", "battery", "clock"], "hyprland/workspaces": { "disable-scroll": true, "disable-markup": true, - "format": "{name}" + "format": "{name}", }, "hyprland/window": { @@ -24,7 +24,7 @@ }, "clock": { - "format": "{: %a %b%e  %R}", + "format": " {:%a %b %e  %R}", "interval": 30 }, diff --git a/misc/.config/waybar/style.css b/misc/.config/waybar/style.css index cfd02fe..ff09087 100644 --- a/misc/.config/waybar/style.css +++ b/misc/.config/waybar/style.css @@ -4,7 +4,7 @@ } window#waybar { - background-color: rgba(0, 0, 0, 0.8); + background-color: rgb(0, 0, 0); color: #ffffff; } @@ -59,10 +59,6 @@ button:hover { padding: 0px 15px 0px 15px; } -#clock { - margin: 0px 15px 0px 15px; -} - #tray{ padding: 0px 8px 0px 5px; margin: 0px 5px 0px 5px;