mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
Merge branch 'main' of github.com:kittywitch/kittywitch
This commit is contained in:
commit
64507a991c
4 changed files with 12 additions and 4 deletions
8
kat/gui/barrier.nix
Normal file
8
kat/gui/barrier.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
_: {
|
||||
services.barrier.client = {
|
||||
enable = true;
|
||||
enableCrypto = true;
|
||||
enableDragDrop = true;
|
||||
server = "10.1.1.153";
|
||||
};
|
||||
}
|
||||
|
|
@ -13,7 +13,7 @@
|
|||
[
|
||||
"score:>=50"
|
||||
#"no_humans"
|
||||
#"rating:s"
|
||||
"rating:s"
|
||||
]
|
||||
];
|
||||
};
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
|
||||
window
|
||||
font-family: $font
|
||||
background: $base00t
|
||||
background: rgba($base00, .9)
|
||||
border-radius: 1em
|
||||
font-size: $font_size
|
||||
color: $base07
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue