aboutsummaryrefslogtreecommitdiff
path: root/.config/waybar/config-hyprland.json
diff options
context:
space:
mode:
Diffstat (limited to '.config/waybar/config-hyprland.json')
-rw-r--r--.config/waybar/config-hyprland.json10
1 files changed, 5 insertions, 5 deletions
diff --git a/.config/waybar/config-hyprland.json b/.config/waybar/config-hyprland.json
index 1daf3eb..a82cd37 100644
--- a/.config/waybar/config-hyprland.json
+++ b/.config/waybar/config-hyprland.json
@@ -5,17 +5,17 @@
"height": 20,
"spacing": 4,
"modules-left": [
- "hyprland/workspaces",
- "hyprland/window"
+ "hyprland/workspaces"
],
"modules-center": [
],
"modules-right": [
],
"hyprland/workspaces": {
- "format": "{icon}",
- "on-scroll-up": "hyprctl dispatch workspace e+1",
- "on-scroll-down": "hyprctl dispatch workspace e-1"
+ "persistent-workspaces": {
+ "*": 9
+ },
+ "sort": "number"
},
"hyprland/window": {
"max-length": 200,