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": {
"tooltip-format": "{calendar}",
"format-alt": " {:%a, %d %b %Y}",
"format": "{:%H:%M %A}"
"format": "{:%A %H:%M}"
},
"network": {
"format-wifi" : "{bandwidthDownBytes:>6} {icon}",

View File

@ -4,37 +4,33 @@
min-height: 0;
font-family: CaskaydiaMono Nerd Font;
font-size: 11px;
}
window#waybar {
color: #cdd6f4;
background-color: #1a1b26;
opacity: 0.98;
}
#workspaces {
margin-left: 5px;
margin-left: 7px;
}
#workspaces button {
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;
margin-right: 3px;
color: #cdd6f4;
}
#cpu,
#battery,
#network,
#clock {
padding: 6px 8px;
color: #cdd6f4;
padding: 0 8px 0 8px;
}
#cpu {
padding-left: 10px;
}
#battery {
margin-right: 10px;
margin-right: 5px;
}
tooltip {