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", "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}",

View File

@ -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;