mirror of
https://github.com/xsghetti/HyprCrux.git
synced 2025-07-16 18:26:35 -04:00
add battery and backlight styling
This commit is contained in:
parent
4dbb2cbe7e
commit
5ca3f0c9b1
1 changed files with 14 additions and 1 deletions
|
@ -61,7 +61,8 @@ tooltip {
|
||||||
#pulseaudio,
|
#pulseaudio,
|
||||||
#clock,
|
#clock,
|
||||||
#custom-swaync,
|
#custom-swaync,
|
||||||
#custom-updates{
|
#custom-updates,
|
||||||
|
#backlight{
|
||||||
margin-left: 5px;
|
margin-left: 5px;
|
||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
|
@ -72,6 +73,18 @@ tooltip {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#battery{
|
||||||
|
margin-left: 5px;
|
||||||
|
margin-top: 5px;
|
||||||
|
margin-bottom: 5px;
|
||||||
|
padding-left: 5px;
|
||||||
|
padding-right: 11px;
|
||||||
|
background-color: @color1;
|
||||||
|
border: 1px solid @color7;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
#custom-chatgpt{
|
#custom-chatgpt{
|
||||||
margin-left: 5px;
|
margin-left: 5px;
|
||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue