updates to tiling
This commit is contained in:
parent
8a7dd224f9
commit
53973bbfb1
8 changed files with 122 additions and 13 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue