Compare commits

..

3 Commits

Author SHA1 Message Date
b14526d70b Move temperature 2024-07-20 13:36:27 -05:00
55ed9a1bb6 Clean up the bar a bit more 2024-07-20 13:35:21 -05:00
272cb0af2c Simplify some waybar modules 2024-07-20 13:32:21 -05:00

View File

@ -34,16 +34,15 @@
"layer": "top",
"position": "bottom",
"height": 40,
"modules-left": ["gamemode", "custom/backup", "battery", "cpu", "memory", "temperature", "network"],
"modules-left": ["gamemode", "custom/backup", "battery", "temperature", "cpu", "memory", "network"],
"modules-center": [],
"modules-right": ["mpris", "pulseaudio", "backlight", "idle_inhibitor", "clock"],
"clock": {
"format": "{:%a %b %d %I:%M %p}",
"format-alt": "{:%Y-%m-%d}",
"tooltip": false
},
"network": {
"interval": 1,
"interval": 5,
"format": " {bandwidthUpBytes}  {bandwidthDownBytes}",
"format-disconnected": ""
},
@ -59,18 +58,12 @@
"format-icons": ["", "", "", "", ""]
},
"backlight": {
"format": "{icon} {percent}%",
"format-icons": ["", ""]
"format": " {percent}%"
},
"idle_inhibitor": {
"format": "{icon}",
"format-icons": {
"activated": "",
"deactivated": ""
}
"format": ""
},
"gamemode": {
"hide-not-running": false,
"format": "{glyph}",
"glyph": "",
"use-icon": false,