I3 to Sway #1
2 changed files with 8 additions and 1 deletions
|
@ -154,10 +154,11 @@
|
||||||
"network",
|
"network",
|
||||||
"cpu",
|
"cpu",
|
||||||
"memory",
|
"memory",
|
||||||
"battery",
|
|
||||||
"temperature#1",
|
"temperature#1",
|
||||||
"temperature#2",
|
"temperature#2",
|
||||||
"temperature#3",
|
"temperature#3",
|
||||||
|
"battery",
|
||||||
|
"backlight",
|
||||||
"pulseaudio",
|
"pulseaudio",
|
||||||
"custom/multimedia_previous",
|
"custom/multimedia_previous",
|
||||||
"custom/multimedia_current",
|
"custom/multimedia_current",
|
||||||
|
@ -227,6 +228,11 @@
|
||||||
"hwmon-path": "/sys/class/hwmon/hwmon1/temp1_input",
|
"hwmon-path": "/sys/class/hwmon/hwmon1/temp1_input",
|
||||||
"format": ""
|
"format": ""
|
||||||
},
|
},
|
||||||
|
"backlight": {
|
||||||
|
"device": "intel_backlight",
|
||||||
|
"format": "{percent}% {icon}",
|
||||||
|
"format-icons": ["", ""]
|
||||||
|
},
|
||||||
"pulseaudio": {
|
"pulseaudio": {
|
||||||
"format": "♪ {volume}% {icon}",
|
"format": "♪ {volume}% {icon}",
|
||||||
"format-bluetooth": "{volume}% {icon}",
|
"format-bluetooth": "{volume}% {icon}",
|
||||||
|
|
|
@ -25,6 +25,7 @@ window#waybar {
|
||||||
#custom-multimedia_next,
|
#custom-multimedia_next,
|
||||||
#clock,
|
#clock,
|
||||||
#mpd,
|
#mpd,
|
||||||
|
#backlight,
|
||||||
#battery,
|
#battery,
|
||||||
#tray {
|
#tray {
|
||||||
padding: 0px 8px 0px 8px;
|
padding: 0px 8px 0px 8px;
|
||||||
|
|
Loading…
Reference in a new issue