Add gammastep, make waybar acceptable

This commit is contained in:
2024-06-13 23:43:13 +02:00
parent c3f9cf2e5e
commit 0d22026d81
6 changed files with 300 additions and 158 deletions

View File

@@ -1,16 +1,22 @@
{
"position": "bottom",
"height": 35,
"height": 10,
"modules-left": ["hyprland/workspaces"],
"modules-right": ["idle_inhibitor", "cpu", "memory", "pulseaudio", "battery", "clock", "tray"],
"modules-right": ["idle_inhibitor", "disk", "cpu", "memory", "pulseaudio", "battery", "clock", "tray"],
"idle_inhibitor": {
"format": "{icon}",
"format-icons": {
"activated": "",
"deactivated": ""
"activated": " ",
"deactivated": " "
}
},
"disk": {
"interval": 30,
"format": "free: {percentage_free}% ({free})",
"path": "/",
"unit": "GB"
},
"tray": {
"spacing": 10
},
@@ -34,7 +40,7 @@
"format": "{icon} {capacity}% ({time})",
"format-charging": " {capacity}% ({time})",
"format-plugged": " {capacity}% ({time})",
"format-full": "{icon}",
"format-full": "{icon} ",
"format-icons": ["", "", "", "", ""]
},
"pulseaudio": {