mirror of
https://git.sr.ht/~coasteen/dotfiles
synced 2025-11-04 14:47:38 +01:00
waubar
This commit is contained in:
parent
a442414a9a
commit
13128c8842
2 changed files with 3 additions and 2 deletions
|
|
@ -15,7 +15,7 @@
|
||||||
"battery",
|
"battery",
|
||||||
"cpu",
|
"cpu",
|
||||||
"memory",
|
"memory",
|
||||||
"disk",
|
// "disk",
|
||||||
"clock",
|
"clock",
|
||||||
"tray"
|
"tray"
|
||||||
],
|
],
|
||||||
|
|
@ -74,7 +74,7 @@
|
||||||
"critical": 15
|
"critical": 15
|
||||||
},
|
},
|
||||||
"format": "BAT: {capacity}%{time}",
|
"format": "BAT: {capacity}%{time}",
|
||||||
"format-plugged": "{capacity}% ",
|
"format-plugged": "",
|
||||||
"format-alt": "Bat {capacity}%",
|
"format-alt": "Bat {capacity}%",
|
||||||
"format-time": "{H}:{M}",
|
"format-time": "{H}:{M}",
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -20,6 +20,7 @@ button,
|
||||||
#tray {
|
#tray {
|
||||||
transition-property: none;
|
transition-property: none;
|
||||||
animation: none;
|
animation: none;
|
||||||
|
margin-top: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
window#waybar {
|
window#waybar {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue