waybar config, add calufrax (laptop), etc

This commit is contained in:
alyx 2026-02-23 17:32:32 +00:00
parent e4e1bea480
commit b6e449dd48
Signed by: alyx
SSH key fingerprint: SHA256:jnVDhAlcSXL67FEpIYmr80+FnLv93q3S2MtZ92ohQeA
7 changed files with 160 additions and 5 deletions

View file

@ -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",

View file

@ -10,6 +10,7 @@
#cpu,
#cpu-frequency,
#battery,
#power-profiles-daemon,
#clock,
#memory,
#disk,