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-left": ["sway/workspaces", "sway/mode"],
|
||||||
"modules-center": ["sway/window"],
|
"modules-center": ["sway/window"],
|
||||||
//"modules-right": ["tray", "custom/spotify", "custom/weather", "custom/mail", "custom/storage", "backlight", "pulseaudio", "network", "idle_inhibitor", "battery", "clock"],
|
//"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": {
|
"sway/mode": {
|
||||||
"format": " {}"
|
"format": " {}"
|
||||||
},
|
},
|
||||||
|
@ -24,10 +24,10 @@
|
||||||
"tooltip": false
|
"tooltip": false
|
||||||
},
|
},
|
||||||
"battery": {
|
"battery": {
|
||||||
"format": "{capacity}% {icon}",
|
"format": "{icon} {capacity}%",
|
||||||
"format-alt": "{time} {icon}",
|
"format-alt": "{time} {icon}",
|
||||||
"format-icons": ["", "", "", "", ""],
|
"format-icons": ["", "", "", "", ""],
|
||||||
"format-charging": "{capacity}% ",
|
"format-charging": " {capacity}%",
|
||||||
"interval": 30,
|
"interval": 30,
|
||||||
"states": {
|
"states": {
|
||||||
"warning": 25,
|
"warning": 25,
|
||||||
|
@ -48,16 +48,16 @@
|
||||||
"tooltip": false
|
"tooltip": false
|
||||||
},
|
},
|
||||||
"pulseaudio": {
|
"pulseaudio": {
|
||||||
"format": "{volume} {icon}",
|
"format": "{icon} {volume}%",
|
||||||
"format-alt": "{icon}",
|
"format-alt": "{icon}",
|
||||||
"format-alt-click": "click-right",
|
"format-alt-click": "click-right",
|
||||||
"format-muted": "",
|
"format-muted": "ﱝ",
|
||||||
"format-icons": {
|
"format-icons": {
|
||||||
"phone": [" ", " ", " ", " "],
|
"phone": [" ", " ", " ", " "],
|
||||||
"default": ["", "", "", ""]
|
"default": ["奄", "奔", "墳"]
|
||||||
},
|
},
|
||||||
"scroll-step": 10,
|
"scroll-step": 10,
|
||||||
"on-click": "pavucontrol",
|
"on-click": "pavucontrol-qt",
|
||||||
"tooltip": false
|
"tooltip": false
|
||||||
},
|
},
|
||||||
"custom/spotify": {
|
"custom/spotify": {
|
||||||
|
@ -79,9 +79,9 @@
|
||||||
"format": "{icon}",
|
"format": "{icon}",
|
||||||
"format-alt": "{percent}% {icon}",
|
"format-alt": "{percent}% {icon}",
|
||||||
"format-alt-click": "click-right",
|
"format-alt-click": "click-right",
|
||||||
"format-icons": ["", ""],
|
"format-icons": ["", ""],
|
||||||
"on-scroll-down": "light -A 1",
|
"on-scroll-down": "light -U 1",
|
||||||
"on-scroll-up": "light -U 1"
|
"on-scroll-up": "light -A 1"
|
||||||
},
|
},
|
||||||
"custom/weather": {
|
"custom/weather": {
|
||||||
"format": "{}",
|
"format": "{}",
|
||||||
|
|
Loading…
Reference in a new issue