I3 to Sway #1

Merged
dbroqua merged 112 commits from gentoo-sway into master 2021-10-21 21:40:49 +02:00
2 changed files with 8 additions and 1 deletions
Showing only changes of commit bedaaea246 - Show all commits

View File

@ -154,10 +154,11 @@
"network",
"cpu",
"memory",
"battery",
"temperature#1",
"temperature#2",
"temperature#3",
"battery",
"backlight",
"pulseaudio",
"custom/multimedia_previous",
"custom/multimedia_current",
@ -227,6 +228,11 @@
"hwmon-path": "/sys/class/hwmon/hwmon1/temp1_input",
"format": ""
},
"backlight": {
"device": "intel_backlight",
"format": "{percent}% {icon}",
"format-icons": ["", ""]
},
"pulseaudio": {
"format": "♪ {volume}% {icon}",
"format-bluetooth": "{volume}% {icon}",

View File

@ -25,6 +25,7 @@ window#waybar {
#custom-multimedia_next,
#clock,
#mpd,
#backlight,
#battery,
#tray {
padding: 0px 8px 0px 8px;