mirror of
https://github.com/xsghetti/HyprCrux.git
synced 2025-07-16 18:26:35 -04:00
waybar tings
This commit is contained in:
parent
2613fc910e
commit
a622f09ba1
6 changed files with 19 additions and 22 deletions
|
@ -8,7 +8,7 @@
|
|||
|
||||
window#waybar {
|
||||
background-color: alpha(@background, 0.8);
|
||||
border: 1.5px solid @color6;
|
||||
border: 1.5px solid @color7;
|
||||
color: @color7;
|
||||
transition-property: background-color;
|
||||
transition-duration: .5s;
|
||||
|
@ -34,9 +34,7 @@ tooltip {
|
|||
padding-right: 5px;
|
||||
}
|
||||
|
||||
#custom-menu,
|
||||
#battery,
|
||||
#backlight{
|
||||
#custom-menu{
|
||||
margin-left: 5px;
|
||||
margin-top: 5px;
|
||||
margin-bottom: 5px;
|
||||
|
@ -48,14 +46,6 @@ 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;
|
||||
|
@ -83,14 +73,15 @@ tooltip {
|
|||
}
|
||||
|
||||
#custom-chatgpt{
|
||||
background-color: @color1;
|
||||
border: 1px solid @color7;
|
||||
|
||||
margin-left: 5px;
|
||||
margin-top: 5px;
|
||||
margin-bottom: 5px;
|
||||
padding-left: 5px;
|
||||
padding-right: 7px;
|
||||
padding-left: 8px;
|
||||
padding-right: 11px;
|
||||
background-image: url("/home/crux/.config/waybar/openai-white.svg");
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
background-size: contain;
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue