setup waybar for niri
This commit is contained in:
+2
-7
@@ -3,14 +3,9 @@
|
|||||||
"position": "bottom",
|
"position": "bottom",
|
||||||
"spacing": 5,
|
"spacing": 5,
|
||||||
|
|
||||||
"modules-left": ["sway/workspaces", "sway/mode", "wlr/taskbar", "sway/window"],
|
"modules-left": ["niri/workspaces", "niri/mode", "wlr/taskbar", "niri/window"],
|
||||||
"modules-center": ["clock"],
|
"modules-center": ["clock"],
|
||||||
"modules-right": ["cpu", "memory", "network", "pulseaudio", "battery", "tray", "custom/poweroff"],
|
"modules-right": ["cpu", "memory", "network", "pulseaudio", "battery", "tray", "custom/poweroff"],
|
||||||
|
|
||||||
"sway/workspaces": {
|
|
||||||
"disable-scroll": true,
|
|
||||||
"format": "{name}"
|
|
||||||
},
|
|
||||||
"wlr/taskbar" : {
|
"wlr/taskbar" : {
|
||||||
"format": "{icon}",
|
"format": "{icon}",
|
||||||
"icon-size": 20,
|
"icon-size": 20,
|
||||||
@@ -73,7 +68,7 @@
|
|||||||
"format-plugged": "",
|
"format-plugged": "",
|
||||||
"format-icons": ["", "", "", "", ""]
|
"format-icons": ["", "", "", "", ""]
|
||||||
},
|
},
|
||||||
"sway/window": {
|
"niri/window": {
|
||||||
"format": "{app_id}",
|
"format": "{app_id}",
|
||||||
"icon" : true
|
"icon" : true
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user