updates to tiling

This commit is contained in:
Sean Kovacs 2025-12-13 12:09:17 -05:00
commit 53973bbfb1
Signed by: sckova
GPG key ID: 00F325187C68651A
8 changed files with 122 additions and 13 deletions

View file

@ -8,24 +8,24 @@
"margin-bottom": 0,
"margin-left": 0,
"modules-left": ["sway/workspaces"],
"modules-left": ["custom/niri-window"],
"modules-center": [],
"modules-right": [
"tray",
"cpu_text",
"cpu",
"memory",
"battery",
"network",
"custom/brightness",
"pulseaudio",
"custom/clock",
],
"sway/workspaces": {
"disable-scroll": true,
"all-outputs": true,
"custom/niri-window": {
"exec": "/home/sckova/.config/waybar/scripts/niri-window.sh",
"restart-interval": 1,
"tooltip": false,
},
@ -75,6 +75,13 @@
"tooltip": false,
},
"custom/brightness": {
"exec": "/home/sckova/.config/waybar/scripts/brightness.sh",
"restart-interval": 10,
"signal": 8,
"tooltip": false,
},
"pulseaudio": {
"scroll-step": 5,
"max-volume": 150,