edit waybar icons
This commit is contained in:
@ -38,6 +38,7 @@
|
||||
// Modules Right
|
||||
"modules-right": [
|
||||
"custom/updates",
|
||||
"backlight",
|
||||
"pulseaudio",
|
||||
"bluetooth",
|
||||
"battery",
|
||||
|
@ -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
|
||||
* ----------------------------------------------------- */
|
||||
|
Reference in New Issue
Block a user