mirror of
https://github.com/xsghetti/HyprCrux.git
synced 2025-07-01 13:00:38 -04:00
add style for battery/backlight
This commit is contained in:
parent
0eeaab8832
commit
ec00737c9b
1 changed files with 11 additions and 1 deletions
|
@ -34,7 +34,9 @@ tooltip {
|
|||
padding-right: 5px;
|
||||
}
|
||||
|
||||
#custom-menu{
|
||||
#custom-menu,
|
||||
#battery,
|
||||
#backlight{
|
||||
margin-left: 5px;
|
||||
margin-top: 5px;
|
||||
margin-bottom: 5px;
|
||||
|
@ -46,6 +48,14 @@ tooltip {
|
|||
|
||||
}
|
||||
|
||||
/* #battery{
|
||||
background-color: @color1;
|
||||
border: 1px solid @color7;
|
||||
padding-left: 10px;
|
||||
padding-right: 10px;
|
||||
margin
|
||||
} */
|
||||
|
||||
#custom-power{
|
||||
background-color: @color1;
|
||||
border: 1px solid @color7;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue