aboutsummaryrefslogtreecommitdiff
path: root/.config/waybar/config-hyprland.json
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2023-09-20 08:33:16 +0200
committerPatrick Spek <p.spek@tyil.nl>2023-09-20 08:33:16 +0200
commit9728c1c97f92e4172ef59efd328723dd1653ffe9 (patch)
tree76d4bdcb8e6d3c52cac88595f5ddc36504118d68 /.config/waybar/config-hyprland.json
parent08b7e3da60b8ee77ffb25704c04d3c26a77bba67 (diff)
Improve hyprland configs
Diffstat (limited to '.config/waybar/config-hyprland.json')
-rw-r--r--.config/waybar/config-hyprland.json24
1 files changed, 24 insertions, 0 deletions
diff --git a/.config/waybar/config-hyprland.json b/.config/waybar/config-hyprland.json
new file mode 100644
index 0000000..1daf3eb
--- /dev/null
+++ b/.config/waybar/config-hyprland.json
@@ -0,0 +1,24 @@
+{
+ "name": "waybar-bot",
+ "layer": "top",
+ "position": "bottom",
+ "height": 20,
+ "spacing": 4,
+ "modules-left": [
+ "hyprland/workspaces",
+ "hyprland/window"
+ ],
+ "modules-center": [
+ ],
+ "modules-right": [
+ ],
+ "hyprland/workspaces": {
+ "format": "{icon}",
+ "on-scroll-up": "hyprctl dispatch workspace e+1",
+ "on-scroll-down": "hyprctl dispatch workspace e-1"
+ },
+ "hyprland/window": {
+ "max-length": 200,
+ "seperate-outputs": true
+ }
+}