mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-10-02 06:54:49 +02:00
more stuff for buldak
This commit is contained in:
parent
2016bc4319
commit
9293a8e813
4 changed files with 49 additions and 13 deletions
|
@ -9,7 +9,8 @@
|
|||
"network",
|
||||
"wireplumber",
|
||||
"clock",
|
||||
"privacy"
|
||||
"privacy",
|
||||
"battery"
|
||||
],
|
||||
"clock": {
|
||||
"format-alt": "{:%a, %d. %b %H:%M}"
|
||||
|
@ -81,5 +82,14 @@
|
|||
},
|
||||
"tray": {
|
||||
"spacing": 10
|
||||
},
|
||||
"battery": {
|
||||
"bat": "BAT0",
|
||||
"states": {
|
||||
"warning": 20,
|
||||
"critical": 10
|
||||
},
|
||||
"format": "{capacity}% {icon}"
|
||||
"format-icons": ["", "", "", "", ""],
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue