mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-08 06:30:18 +02:00
more dotfiles config
This commit is contained in:
parent
0771ad93ce
commit
dcc640bd56
8 changed files with 160 additions and 63 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue