aboutsummaryrefslogtreecommitdiff
path: root/.config/waybar/config-hyprland.json
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2023-09-24 22:52:02 +0200
committerPatrick Spek <p.spek@tyil.nl>2023-09-24 22:52:02 +0200
commitc269a0d29b207ccccf13b3153eadb01b91863e4c (patch)
treea78eb2851d6f51741111c2a7400388486f0c0092 /.config/waybar/config-hyprland.json
parentb113383a58090804f9d26bf8a66110e8a12a1e9d (diff)
Add double bar setup
Too bad the hyprland-specific components don't actually work, though.
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,