waybar: improve bar look

This commit is contained in:
Veneficium 2024-12-10 23:06:52 +01:00
parent 5253d37c77
commit 18a9880922
2 changed files with 36 additions and 31 deletions

View file

@ -3,53 +3,42 @@
"position": "top",
"modules-left": [
"custom/left-arrow-dark",
"niri/workspaces",
"custom/right-arrow-dark"
],
"modules-center": [
"custom/left-arrow-dark",
"clock#1",
"custom/left-arrow-light",
"custom/left-arrow-dark",
"clock#2",
"custom/right-arrow-dark",
"custom/right-arrow-light",
"clock#3",
"custom/right-arrow-dark"
],
"modules-right": [
"custom/left-arrow-dark",
"pulseaudio",
"custom/left-arrow-light",
"custom/left-arrow-dark",
"memory",
"custom/left-arrow-light",
"custom/left-arrow-dark",
"cpu",
"custom/left-arrow-light",
"custom/left-arrow-dark",
"battery",
"custom/left-arrow-light",
"custom/left-arrow-dark",
"disk",
"custom/left-arrow-light",
"custom/left-arrow-dark",
"tray"
"tray",
"custom/right-arrow-dark"
],
"custom/left-arrow-dark": {
"format": "",
"format": "",
"tooltip": false
},
"custom/left-arrow-light": {
"format": "",
"format": "",
"tooltip": false
},
"custom/right-arrow-dark": {
"format": "",
"format": "",
"tooltip": false
},
"custom/right-arrow-light": {
"format": "",
"format": "",
"tooltip": false
},
@ -73,8 +62,8 @@
"pulseaudio": {
"format": "{icon} {volume:2}%",
"format-bluetooth": "{icon} {volume}%",
"format-muted": "MUTE",
"format-bluetooth": "{icon} {volume}% ",
"format-muted": "",
"format-icons": {
"headphones": "",
"default": [
@ -83,8 +72,9 @@
]
},
"scroll-step": 5,
"on-click": "pamixer -t",
"on-click-right": "pavucontrol"
"on-click": "wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle",
"on-click-right": "pwvucontrol",
"reverse-scrolling": true
},
"memory": {
"interval": 5,
@ -100,7 +90,7 @@
"warning": 30,
"critical": 15
},
"format": "{icon} {capacity}%",
"format": "{icon} {capacity}%",
"format-icons": [
"",
"",
@ -115,6 +105,7 @@
"path": "/"
},
"tray": {
"icon-size": 20
"icon-size": 20,
"spacing": 4
}
}