waybar config, add calufrax (laptop), etc
This commit is contained in:
parent
e4e1bea480
commit
b6e449dd48
7 changed files with 160 additions and 5 deletions
|
|
@ -1,8 +1,8 @@
|
|||
[{
|
||||
"position": "top",
|
||||
"modules-left": ["group/traydrawer", "custom/weather"],
|
||||
"modules-left": ["group/traydrawer", "custom/weather", "battery", "power-profiles-daemon"],
|
||||
"modules-center": ["cpu", "group/mpdcontrols", "cpu#frequency"],
|
||||
"modules-right": ["clock", "wireplumber", "battery", "memory", "disk", "group/poweroptions"],
|
||||
"modules-right": ["clock", "wireplumber", "memory", "disk", "group/poweroptions"],
|
||||
"margin-top": 8,
|
||||
"margin-left": 8,
|
||||
"margin-right": 8,
|
||||
|
|
@ -26,6 +26,18 @@
|
|||
"tooltip-format": "BAT0, {power}W",
|
||||
},
|
||||
|
||||
"power-profiles-daemon": {
|
||||
"format": "{icon} {profile}",
|
||||
"tooltip-format": "Power profile: {profile}\nDriver: {driver}",
|
||||
"tooltip": true,
|
||||
"format-icons": {
|
||||
"default": "",
|
||||
"performance": "",
|
||||
"balanced": " ",
|
||||
"power-saver": " "
|
||||
}
|
||||
},
|
||||
|
||||
"group/mpdcontrols": {
|
||||
"orientation": "inherit",
|
||||
"drawer": {
|
||||
|
|
@ -68,6 +80,11 @@
|
|||
"format": " "
|
||||
},
|
||||
|
||||
"tray": {
|
||||
"icon-size": 15,
|
||||
"spacing": 10,
|
||||
},
|
||||
|
||||
"custom/systemadvisory": {
|
||||
"format": " "
|
||||
},
|
||||
|
|
@ -91,7 +108,7 @@
|
|||
},
|
||||
|
||||
"custom/weather": {
|
||||
"format": "{}°",
|
||||
"format": " {}° ",
|
||||
"tooltip": true,
|
||||
"interval": 3600,
|
||||
"exec": "wttrbar --nerd --location edinburgh",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue