diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-04-07 03:51:56 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-04-07 03:51:56 +0200 |
commit | 4635d75ea564644fa7abdb9e80f4119c7ea3e6b5 (patch) | |
tree | f67eeff381f4d411718277e4467df3b1fbd977b0 | |
parent | 3adc3b63290361ab4b9bbc5950499cf5c6014adb (diff) |
grouped css and added a bit of bottom margin
-rw-r--r-- | config/hyprland/waybar/style.css | 23 |
1 files changed, 7 insertions, 16 deletions
diff --git a/config/hyprland/waybar/style.css b/config/hyprland/waybar/style.css index 5f1664f..db90c14 100644 --- a/config/hyprland/waybar/style.css +++ b/config/hyprland/waybar/style.css @@ -36,27 +36,24 @@ window#waybar.PCSX2 #window { } #mpd, -#network, -#pulseaudio, -#temperature, -#cpu, -#memory { - margin-top: 4px; +#network, #pulseaudio, #temperature, #cpu, #memory { margin-left: 8px; padding-left: 16px; padding-right: 16px; - margin-bottom: 0; border-radius: 26px; +} + +#workspaces, #mpd, +#network, #pulseaudio, #temperature, #cpu, #memory, #workspaces, #clock, #tray { + margin-top: 4px; + margin-bottom: 2px; transition: none; } #workspaces { - margin-top: 4px; margin-left: 12px; - margin-bottom: 0; border-radius: 26px; background: #2e3440; - transition: none; } #workspaces button { @@ -116,23 +113,17 @@ window#waybar.PCSX2 #window { } #clock { - margin-top: 4px; margin-left: 8px; margin-right: 12px; padding-left: 16px; padding-right: 16px; - margin-bottom: 0; border-radius: 26px; - transition: none; color: #d8dee9; background: #2e3440; } #tray { - margin-top: 4px; margin-right: 12px; - margin-bottom: 0; - transition: none; color: #d8dee9; background: transparent; } |