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": {
|
"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}",
|
||||||
|
@ -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 {
|
||||||
|
Reference in New Issue
Block a user