mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 12:19:24 +00:00
More style tweaks
This commit is contained in:
@ -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}",
|
||||
|
@ -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 {
|
||||
|
Reference in New Issue
Block a user