mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
waybar: add more rice to it
This commit is contained in:
parent
e30bf568c8
commit
1707808710
4 changed files with 31 additions and 12 deletions
|
|
@ -6,18 +6,15 @@
|
|||
|
||||
"clock": {
|
||||
"format": " {:%a, %d %b %H:%M}", // replace %I with %H for 24h format
|
||||
"tooltip": true,
|
||||
"tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>",
|
||||
"on-click": "morgen"
|
||||
},
|
||||
|
||||
"battery": {
|
||||
"format": "{icon} {capacity}%",
|
||||
"format-charging": "{icon} {capacity}%",
|
||||
"format-plugged": "{capacity}% ",
|
||||
"format-alt": "{icon} {time}",
|
||||
"format-icons": ["", "", "", "", ""],
|
||||
"tooltip": false,
|
||||
"tooltip": true,
|
||||
"tooltip-format": "Left {time} \nHealth: {health}",
|
||||
"states": {
|
||||
"good": 95,
|
||||
"warning": 30,
|
||||
|
|
@ -25,6 +22,18 @@
|
|||
}
|
||||
},
|
||||
|
||||
"power-profiles-daemon": {
|
||||
"format": "{icon}",
|
||||
"tooltip-format": "{profile}",
|
||||
"tooltip": true,
|
||||
"format-icons": {
|
||||
"default": "",
|
||||
"performance": "",
|
||||
"balanced": "",
|
||||
"power-saver": ""
|
||||
}
|
||||
},
|
||||
|
||||
"memory": {
|
||||
"format": " {used}",
|
||||
"interval": 5
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue