Made bar less ugly
This commit is contained in:
parent
9d5e7113c5
commit
bc47a8692d
1 changed files with 10 additions and 10 deletions
|
@ -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": "{}",
|
||||
|
|
Loading…
Reference in a new issue