better waybar lesgooo

This commit is contained in:
voidarclabs
2025-08-03 00:10:03 +01:00
parent fc843ccbb9
commit 49533520d5
2 changed files with 12 additions and 12 deletions

View File

@@ -49,7 +49,7 @@
"clock": { "clock": {
"format": "{:%D %H:%M:%S}", "format": "{:%H:%M:%S}",
"interval":1, "interval":1,
"tooltip-format": "\n<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>", "tooltip-format": "\n<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>",
"calendar-weeks-pos": "right", "calendar-weeks-pos": "right",

View File

@@ -13,28 +13,28 @@ window#waybar {
} }
#custom-logo { #custom-logo {
padding: 0 10px; padding: 0 13px 0 7px;
color: #89b4fa; color: #89b4fa;
} }
.modules-right { .modules-right {
padding-left: 5px; padding-left: 5px;
border-radius: 15px 0 0 15px; border-radius: 5px;
margin-top: 0px; margin: 3px 5px 0px;
background: #000000; background: #181825;
} }
.modules-center { .modules-center {
padding: 0 15px; padding: 0 15px;
margin-top: 0px; margin: 3px 5px 0px;
border-radius: 15px 15px 15px 15px; border-radius: 5px;
background: #000000; background: #181825;
} }
.modules-left { .modules-left {
border-radius: 0 15px 15px 0; border-radius: 7px;
margin-top: 0px; margin: 3px 5px 0px;
background: #000000; background: #181825;
} }
#battery { #battery {
@@ -68,7 +68,7 @@ window#waybar {
} }
#workspaces button { #workspaces button {
color: #b4befe; color: #b4befe;
border-radius: 15px; border-radius: 6px;
padding: 0 5px; padding: 0 5px;
box-shadow: none; box-shadow: none;
} }