diff --git a/kat/gui/barrier.nix b/kat/gui/barrier.nix new file mode 100644 index 00000000..d8deb382 --- /dev/null +++ b/kat/gui/barrier.nix @@ -0,0 +1,8 @@ +_: { + services.barrier.client = { + enable = true; + enableCrypto = true; + enableDragDrop = true; + server = "10.1.1.153"; + }; +} diff --git a/kat/gui/konashow.nix b/kat/gui/konashow.nix index 4043db49..81f70ab7 100644 --- a/kat/gui/konashow.nix +++ b/kat/gui/konashow.nix @@ -13,7 +13,7 @@ [ "score:>=50" #"no_humans" - #"rating:s" + "rating:s" ] ]; }; diff --git a/kat/gui/waybar.sass b/kat/gui/waybar.sass index 8d58b1c9..9194df63 100644 --- a/kat/gui/waybar.sass +++ b/kat/gui/waybar.sass @@ -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 diff --git a/kat/gui/wofi.sass b/kat/gui/wofi.sass index 5c0be3a0..cf68cb41 100644 --- a/kat/gui/wofi.sass +++ b/kat/gui/wofi.sass @@ -11,7 +11,7 @@ window font-family: $font - background: $base00t + background: rgba($base00, .9) border-radius: 1em font-size: $font_size color: $base07