edit waybar icons

This commit is contained in:
Spangenberg
2023-10-21 19:59:18 +02:00
parent affbdde285
commit 932b45b477
4 changed files with 26 additions and 1 deletions

View File

@ -38,6 +38,7 @@
// Modules Right
"modules-right": [
"custom/updates",
"backlight",
"pulseaudio",
"bluetooth",
"battery",

View File

@ -250,6 +250,20 @@ window#waybar.empty #window {
border:3px solid @bordercolor;
}
/* -----------------------------------------------------
* Backlight
* ----------------------------------------------------- */
#backlight {
background-color: @backgroundlight;
font-size: 16px;
color: @textcolor2;
border-radius: 15px;
padding: 2px 10px 0px 10px;
margin: 5px 15px 5px 0px;
opacity:0.8;
}
/* -----------------------------------------------------
* Pulseaudio
* ----------------------------------------------------- */