consolidate waybar config into single config file
This commit is contained in:
+10
-3
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user