summaryrefslogtreecommitdiff
path: root/waybar/config-Hyprland
diff options
context:
space:
mode:
Diffstat (limited to 'waybar/config-Hyprland')
-rw-r--r--waybar/config-Hyprland6
1 files changed, 5 insertions, 1 deletions
diff --git a/waybar/config-Hyprland b/waybar/config-Hyprland
index 3074f40..903fcc7 100644
--- a/waybar/config-Hyprland
+++ b/waybar/config-Hyprland
@@ -9,7 +9,7 @@
// Choose the order of the modules
- "modules-left":[ "wlr/workspaces", "custom/launcher"],
+ "modules-left":[ "wlr/workspaces", "custom/launcher", "hyprland/window"],
"modules-center":[],
"modules-right":[ "idle_inhibitor", "pulseaudio", "cpu", "memory", "temperature", "backlight", "battery#bat0", "battery#bat1", "network", "clock", "tray", "custom/power"],
@@ -22,6 +22,10 @@
"on-scroll-up": "hyprctl dispatch workspace e+1",
"on-scroll-down": "hyprctl dispatch workspace e-1"
},
+ "hyprland/window": {
+ "separate-outputs": true,
+ "format": "{}"
+ },
"keyboard-state": {
"numlock": true,
"capslock": true,