Merge branch 'main' of github.com:kittywitch/kittywitch

This commit is contained in:
Kat Inskip 2023-03-03 09:57:02 -08:00
commit 64507a991c
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
4 changed files with 12 additions and 4 deletions

8
kat/gui/barrier.nix Normal file
View file

@ -0,0 +1,8 @@
_: {
services.barrier.client = {
enable = true;
enableCrypto = true;
enableDragDrop = true;
server = "10.1.1.153";
};
}

View file

@ -13,7 +13,7 @@
[
"score:>=50"
#"no_humans"
#"rating:s"
"rating:s"
]
];
};

View file

@ -20,7 +20,7 @@
padding: 0 4px
window#waybar
background: color.change($base00, $alpha: 0.9)
background: rgba($base00, 0.9)
border-bottom: 2px solid transparent
// sway/workspaces
@ -53,7 +53,7 @@ window#waybar.empty #window
// tooltips
tooltip
background: color.change($base00, $alpha: 0.9)
background: rgba($base00, 0.9)
label
color: $base07

View file

@ -11,7 +11,7 @@
window
font-family: $font
background: $base00t
background: rgba($base00, .9)
border-radius: 1em
font-size: $font_size
color: $base07