diff options
Diffstat (limited to 'config/waybar')
| -rw-r--r-- | config/waybar/configs/[TOP] Default Laptop_v2 | 9 | ||||
| -rw-r--r-- | config/waybar/configs/[TOP] Default_v2 | 5 | ||||
| -rw-r--r-- | config/waybar/style/[Pywal] Chroma Tally.css | 52 |
3 files changed, 34 insertions, 32 deletions
diff --git a/config/waybar/configs/[TOP] Default Laptop_v2 b/config/waybar/configs/[TOP] Default Laptop_v2 index d60189d0..31f3d6e5 100644 --- a/config/waybar/configs/[TOP] Default Laptop_v2 +++ b/config/waybar/configs/[TOP] Default Laptop_v2 @@ -17,11 +17,11 @@ "modules-left": [ "custom/menu", + "custom/light_dark", "custom/separator#dot-line", - "clock", "group/motherboard", - "custom/separator#blank" - "group/laptop" + "custom/separator#blank", + "group/laptop", "custom/separator#line", "custom/weather", ], @@ -29,7 +29,8 @@ "modules-center": [ "custom/swaync", "custom/cava_mviz", - "custom/light_dark", + "custom/separator#dot-line", + "clock", "custom/separator#line", "hyprland/workspaces#roman", "custom/separator#line", diff --git a/config/waybar/configs/[TOP] Default_v2 b/config/waybar/configs/[TOP] Default_v2 index f865f22a..0b4c90d8 100644 --- a/config/waybar/configs/[TOP] Default_v2 +++ b/config/waybar/configs/[TOP] Default_v2 @@ -17,8 +17,8 @@ "modules-left": [ "custom/menu", + "custom/light_dark", "custom/separator#dot-line", - "clock", "group/motherboard", "custom/separator#line", "custom/weather", @@ -27,7 +27,8 @@ "modules-center": [ "custom/swaync", "custom/cava_mviz", - "custom/light_dark", + "custom/separator#dot-line", + "clock", "custom/separator#line", "hyprland/workspaces#roman", "custom/separator#line", diff --git a/config/waybar/style/[Pywal] Chroma Tally.css b/config/waybar/style/[Pywal] Chroma Tally.css index 5b080a52..41a15f32 100644 --- a/config/waybar/style/[Pywal] Chroma Tally.css +++ b/config/waybar/style/[Pywal] Chroma Tally.css @@ -22,43 +22,43 @@ window#waybar { } #workspaces { - background: #0F1419; - padding: 0px 1px; - border-radius: 15px; - border: 0px; - font-style: normal; - color: #0F1419; + background: #0F1419; + padding: 0px 1px; + border-radius: 15px; + border: 0px; + font-style: normal; + color: #0F1419; } #taskbar button, #workspaces button { - padding: 0px 5px; - border-radius: 15px; - border: 0px; - color: #0F1419; - background: linear-gradient(45deg, #95E6CB, #59C2FF, #D2A6FF); - opacity: 0.5; - transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682); + padding: 0px 5px; + border-radius: 15px; + border: 0px; + color: #0F1419; + background: linear-gradient(45deg, #95E6CB, #59C2FF, #D2A6FF); + opacity: 0.5; + transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682); } #taskbar button.active, #workspaces button.active { - padding: 0px 5px; - border-radius: 15px; - border: 0px; - color: #0F1419; - background: linear-gradient(45deg, #59C2FF, #D2A6FF); - opacity: 1.0; - min-width: 40px; - transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682); + padding: 0px 5px; + border-radius: 15px; + border: 0px; + color: #0F1419; + background: linear-gradient(45deg, #59C2FF, #D2A6FF); + opacity: 1.0; + min-width: 40px; + transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682); } #workspaces button:hover { - border-radius: 15px; - color: #0F1419; - background: linear-gradient(45deg, #59C2FF, #D2A6FF); - opacity: 0.8; - transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682); + border-radius: 15px; + color: #0F1419; + background: linear-gradient(45deg, #59C2FF, #D2A6FF); + opacity: 0.8; + transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682); } |
