summaryrefslogtreecommitdiff
path: root/waybar/config
diff options
context:
space:
mode:
Diffstat (limited to 'waybar/config')
-rw-r--r--waybar/config24
1 files changed, 4 insertions, 20 deletions
diff --git a/waybar/config b/waybar/config
index b99db47..d24df36 100644
--- a/waybar/config
+++ b/waybar/config
@@ -11,7 +11,7 @@
"modules-left":[ "hyprland/workspaces", "custom/launcher", "hyprland/window"],
"modules-center":[],
- "modules-right":[ "mpd", "idle_inhibitor", "pulseaudio", "cpu", "memory", "temperature#cpu0", "temperature#gpu2", "backlight", "network", "clock", "tray", "custom/power"],
+ "modules-right":[ "mpd", "idle_inhibitor", "pulseaudio", "cpu", "memory", "temperature#cpu0", "temperature#gpu2", "network", "clock", "tray", "custom/power"],
// Modules configuration
@@ -39,25 +39,9 @@
"17": "8",
"18": "9",
},
- "persistent_workspaces": {
- "1": ["DP-1", "HDMI-A-1"],
- "2": ["DP-1", "HDMI-A-1"],
- "3": ["DP-1", "HDMI-A-1"],
- "4": ["DP-1", "HDMI-A-1"],
- "5": ["DP-1", "HDMI-A-1"],
- "6": ["DP-1", "HDMI-A-1"],
- "7": ["DP-1", "HDMI-A-1"],
- "8": ["DP-1", "HDMI-A-1"],
- "9": ["DP-1", "HDMI-A-1"],
- // "10": ["HDMI-A-1"],
- // "11": ["HDMI-A-1"],
- // "12": ["HDMI-A-1"],
- // "13": ["HDMI-A-1"],
- // "14": ["HDMI-A-1"],
- // "15": ["HDMI-A-1"],
- // "16": ["HDMI-A-1"],
- // "17": ["HDMI-A-1"],
- // "18": ["HDMI-A-1"]
+ "persistent-workspaces": {
+ "DP-1": [ 1, 2, 3, 4, 5, 6, 7, 8, 9 ],
+ "HDMI-A-1": [ 1, 2, 3, 4, 5, 6, 7, 8, 9 ],
},
"on-scroll-up": "hyprctl dispatch split-workspace e+1",
"on-scroll-down": "hyprctl dispatch split-workspace e-1",