add niri and update nvim config
This commit is contained in:
@@ -8,9 +8,9 @@
|
||||
// "width": 1280, // Waybar width
|
||||
"spacing": 4, // Gaps between modules (4px)
|
||||
// Choose the order of the modules
|
||||
"modules-left": ["hyprland/workspaces"],
|
||||
"modules-left": ["hyprland/workspaces", "niri/workspaces", "niri/window"],
|
||||
"modules-center": ["clock"],
|
||||
"modules-right": ["pulseaudio", "temperature", "cpu", "memory", "battery", "backlight", "hyprland/language", "idle_inhibitor", "tray"],
|
||||
"modules-right": ["custom/media", "pulseaudio", "backlight", "temperature", "cpu", "memory", "battery", "hyprland/language", "idle_inhibitor", "tray"],
|
||||
"hyprland/workspaces": {
|
||||
"disable-scroll": false,
|
||||
"all-outputs": false,
|
||||
@@ -21,6 +21,9 @@
|
||||
"*": 5,
|
||||
}
|
||||
},
|
||||
"niri/window": {
|
||||
"format": "{title}"
|
||||
},
|
||||
"hyprland/window": {
|
||||
"format": "{title}"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user