add waybar config
This commit is contained in:
59
waybar/styles/modules-right.css
Normal file
59
waybar/styles/modules-right.css
Normal file
@@ -0,0 +1,59 @@
|
||||
/*----------------
|
||||
media info
|
||||
----------------*/
|
||||
|
||||
#mpris {
|
||||
padding: 0 12px;
|
||||
}
|
||||
|
||||
/*------------
|
||||
volume
|
||||
------------*/
|
||||
|
||||
#custom-left_div.6 {
|
||||
color: @volume;
|
||||
}
|
||||
#pulseaudio,
|
||||
#wireplumber {
|
||||
background-color: @volume;
|
||||
}
|
||||
|
||||
/*----------------
|
||||
brightness
|
||||
----------------*/
|
||||
|
||||
#custom-left_div.7 {
|
||||
background-color: @volume;
|
||||
color: @backlight;
|
||||
}
|
||||
#backlight {
|
||||
background-color: @backlight;
|
||||
}
|
||||
|
||||
/*-------------
|
||||
battery
|
||||
-------------*/
|
||||
|
||||
#custom-left_div.8 {
|
||||
background-color: @backlight;
|
||||
color: @battery;
|
||||
}
|
||||
#battery {
|
||||
background-color: @battery;
|
||||
}
|
||||
#custom-left_inv.2 {
|
||||
color: @battery;
|
||||
}
|
||||
|
||||
/*----------------
|
||||
power menu
|
||||
----------------*/
|
||||
|
||||
#custom-power_menu {
|
||||
border-radius: 16px;
|
||||
padding: 0 19px 0 16px;
|
||||
color: @accent;
|
||||
}
|
||||
#custom-power_menu:hover {
|
||||
background-color: @hover-bg;
|
||||
}
|
||||
Reference in New Issue
Block a user