mirror of
https://github.com/eoli3n/dotfiles
synced 2024-11-22 15:01:59 +01:00
theming waybar
This commit is contained in:
parent
e5a7601f9d
commit
afcd2dc761
@ -87,7 +87,7 @@
|
|||||||
"layer": "bottom",
|
"layer": "bottom",
|
||||||
"position": "bottom",
|
"position": "bottom",
|
||||||
|
|
||||||
"modules-left": ["tray", "custom/spotify", "custom/kubernetes"],
|
"modules-left": ["tray", "custom/spotify"],
|
||||||
"modules-center": ["network#speed"],
|
"modules-center": ["network#speed"],
|
||||||
"modules-right": ["custom/systemd", "custom/backup", "custom/zfs-trim", "custom/zfs-scrub", "temperature", "custom/storage", "cpu", "memory" ],
|
"modules-right": ["custom/systemd", "custom/backup", "custom/zfs-trim", "custom/zfs-scrub", "temperature", "custom/storage", "cpu", "memory" ],
|
||||||
"custom/spotify": {
|
"custom/spotify": {
|
||||||
|
@ -30,8 +30,14 @@ window {
|
|||||||
}
|
}
|
||||||
|
|
||||||
tooltip {
|
tooltip {
|
||||||
border: 1px solid rgba(100, 114, 125, 0.5);
|
border: 1px solid @warning;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
|
background: @background;
|
||||||
|
font-size: 12px;
|
||||||
|
}
|
||||||
|
|
||||||
|
tooltip label {
|
||||||
|
color: @warning;
|
||||||
}
|
}
|
||||||
|
|
||||||
#workspaces {
|
#workspaces {
|
||||||
@ -113,6 +119,21 @@ tooltip {
|
|||||||
color: rgba(217, 216, 216, 1);
|
color: rgba(217, 216, 216, 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@keyframes blink {
|
||||||
|
to {
|
||||||
|
background: transparent;
|
||||||
|
color: transparent;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
#battery.critical:not(.charging) {
|
||||||
|
animation-name: blink;
|
||||||
|
animation-duration: 0.5s;
|
||||||
|
animation-timing-function: linear;
|
||||||
|
animation-iteration-count: infinite;
|
||||||
|
animation-direction: alternate;
|
||||||
|
}
|
||||||
|
|
||||||
#custom-storage.warning {
|
#custom-storage.warning {
|
||||||
color: @warning;
|
color: @warning;
|
||||||
background: transparent;
|
background: transparent;
|
||||||
|
Loading…
Reference in New Issue
Block a user