More style tweaks

This commit is contained in:
David Heinemeier Hansson
2025-06-07 11:53:36 +02:00
parent af5b0654f9
commit 7be9445f51
2 changed files with 9 additions and 13 deletions

View File

@ -57,7 +57,7 @@
"clock": { "clock": {
"tooltip-format": "{calendar}", "tooltip-format": "{calendar}",
"format-alt": " {:%a, %d %b %Y}", "format-alt": " {:%a, %d %b %Y}",
"format": "{:%H:%M %A}" "format": "{:%A %H:%M}"
}, },
"network": { "network": {
"format-wifi" : "{bandwidthDownBytes:>6} {icon}", "format-wifi" : "{bandwidthDownBytes:>6} {icon}",

View File

@ -4,37 +4,33 @@
min-height: 0; min-height: 0;
font-family: CaskaydiaMono Nerd Font; font-family: CaskaydiaMono Nerd Font;
font-size: 11px; font-size: 11px;
} color: #cdd6f4;
window#waybar {
background-color: #1a1b26; background-color: #1a1b26;
opacity: 0.98;
} }
#workspaces { #workspaces {
margin-left: 5px; margin-left: 7px;
} }
#workspaces button { #workspaces button {
all: initial; all: initial;
/* Remove GTK theme values (waybar #1351) */
min-width: 0;
/* Use box-shadow instead of border so the text isn't offset */
padding: 2px 6px; padding: 2px 6px;
margin-right: 3px; margin-right: 3px;
color: #cdd6f4;
} }
#cpu, #cpu,
#battery, #battery,
#network, #network,
#clock { #clock {
padding: 6px 8px; padding: 0 8px 0 8px;
color: #cdd6f4; }
#cpu {
padding-left: 10px;
} }
#battery { #battery {
margin-right: 10px; margin-right: 5px;
} }
tooltip { tooltip {