consolidate waybar config into single config file

This commit is contained in:
2026-06-19 10:41:46 +02:00
parent 3eb2c829cd
commit b5a8b44f17
3 changed files with 11 additions and 56 deletions
+10 -3
View File
@@ -4,16 +4,16 @@
"height": 24,
"margin-left": 250,
"margin-right": 250,
"modules-left": ["custom/nurgle", "sway/workspaces"],
"modules-left": ["custom/nurgle", "niri/workspaces"],
"custom/nurgle": {
"format": " ",
"tooltip": false
},
"modules-center": ["clock"],
"modules-right": ["custom/network", "cpu", "battery"],
"modules-right": ["custom/weather", "custom/network", "cpu", "battery"],
"sway/workspaces": {
"niri/workspaces": {
"disable-scroll": true
},
@@ -22,6 +22,13 @@
"interval": 60
},
"custom/weather": {
"exec": "~/.local/bin/waybar-weather.sh",
"interval": 1800,
"format": "{}",
"tooltip": false
},
"custom/network": {
"exec": "~/.local/bin/waybar-network.sh",
"interval": 2,