AutoYADM commit: 2025-03-25 22:45:07
This commit is contained in:
parent
ed29256ee0
commit
eb8eb64872
1 changed files with 17 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
@define-color bg #121212;
|
||||
@define-color fg #b4b4b4;
|
||||
@define-color fg #d5d5d5;
|
||||
@define-color grey #949494;
|
||||
@define-color red_ember #B14242;
|
||||
@define-color red_glowing #DF6464;
|
||||
|
@ -15,7 +15,8 @@
|
|||
min-height: 0;
|
||||
/* font-family: FontAwesome, Roboto, Helvetica, Arial, sans-serif; */
|
||||
font-family: SauceCodePro NFM;
|
||||
/* font-weight: 500; */
|
||||
color: @fg;
|
||||
font-weight: 500;
|
||||
font-size: 14px;
|
||||
padding: 0;
|
||||
}
|
||||
|
@ -25,6 +26,7 @@
|
|||
/* font-size: 9px; */
|
||||
}
|
||||
|
||||
|
||||
window#waybar {
|
||||
background: @bg;
|
||||
padding: 0;
|
||||
|
@ -46,14 +48,17 @@ tooltip {
|
|||
}
|
||||
|
||||
#cava {
|
||||
color: @orange_blaze;
|
||||
/* color: #a7a7a7; */
|
||||
padding-left: 24px;
|
||||
padding-right: 10pt;
|
||||
padding-bottom: 0px;
|
||||
padding-top: 0px;
|
||||
}
|
||||
|
||||
#colcount {
|
||||
#custom-colcount {
|
||||
padding-left: 24px;
|
||||
/* color: @red_glowing; */
|
||||
}
|
||||
|
||||
#clock,
|
||||
|
@ -65,6 +70,15 @@ tooltip {
|
|||
#pulseaudio {
|
||||
margin: 0;
|
||||
padding: 0px 6px;
|
||||
/* color: @orange_blaze; */
|
||||
}
|
||||
/* #clock { */
|
||||
/* color: @orange_blaze; */
|
||||
|
||||
/* } */
|
||||
|
||||
#custom-delim {
|
||||
color: @red_glowing;
|
||||
}
|
||||
|
||||
#workspaces {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue