more dotfiles config

This commit is contained in:
chloe 2025-03-22 18:53:16 +01:00
parent 0771ad93ce
commit dcc640bd56
8 changed files with 160 additions and 63 deletions

View file

@ -17,6 +17,7 @@
window#waybar {
background-color: #fff;
padding-right: 12px;
/*border: solid 2px @primary;*/
min-height: 14px; /* set waybar's height to 14px */
font-size: 14px; /* set only the font size to be bigger, which in turn will adjust the height of other elements */
@ -46,3 +47,13 @@ window#waybar {
#workspaces {
}
#privacy-item.screenshare {
color: #000;
background-color: #ff5733;
}
#privacy-item.audio-in {
color: #000;
background-color: #ffae42;
}