Made bar less ugly

This commit is contained in:
Logan G 2021-11-16 09:22:17 -07:00
parent 9d5e7113c5
commit bc47a8692d
Signed by: logan
GPG key ID: E328528C921E7A7A

View file

@ -6,7 +6,7 @@
"modules-left": ["sway/workspaces", "sway/mode"],
"modules-center": ["sway/window"],
//"modules-right": ["tray", "custom/spotify", "custom/weather", "custom/mail", "custom/storage", "backlight", "pulseaudio", "network", "idle_inhibitor", "battery", "clock"],
"modules-right": ["backlight", "pulseaudio", "idle_inhibitor", "battery", "clock", "tray"],
"modules-right": ["pulseaudio", "backlight", "idle_inhibitor", "battery", "clock", "tray"],
"sway/mode": {
"format": " {}"
},
@ -24,10 +24,10 @@
"tooltip": false
},
"battery": {
"format": "{capacity}% {icon}",
"format": "{icon} {capacity}%",
"format-alt": "{time} {icon}",
"format-icons": ["", "", "", "", ""],
"format-charging": "{capacity}%",
"format-charging": "{capacity}%",
"interval": 30,
"states": {
"warning": 25,
@ -48,16 +48,16 @@
"tooltip": false
},
"pulseaudio": {
"format": "{volume} {icon}",
"format": "{icon} {volume}%",
"format-alt": "{icon}",
"format-alt-click": "click-right",
"format-muted": "",
"format-muted": "",
"format-icons": {
"phone": [" ", " ", " ", " "],
"default": ["", "", "", ""]
"default": ["奄", "奔", "墳"]
},
"scroll-step": 10,
"on-click": "pavucontrol",
"on-click": "pavucontrol-qt",
"tooltip": false
},
"custom/spotify": {
@ -79,9 +79,9 @@
"format": "{icon}",
"format-alt": "{percent}% {icon}",
"format-alt-click": "click-right",
"format-icons": ["", ""],
"on-scroll-down": "light -A 1",
"on-scroll-up": "light -U 1"
"format-icons": ["", ""],
"on-scroll-down": "light -U 1",
"on-scroll-up": "light -A 1"
},
"custom/weather": {
"format": "{}",