From 28da1d5d891ed962b9afeea003f42572f40d82aa Mon Sep 17 00:00:00 2001 From: Kat Inskip Date: Mon, 20 Feb 2023 16:31:21 -0800 Subject: [PATCH] [KOISHI] Misc GUI fixes --- kat/gui/barrier.nix | 8 ++++++++ kat/gui/konashow.nix | 2 +- kat/gui/waybar.sass | 4 ++-- kat/gui/wofi.sass | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) create mode 100644 kat/gui/barrier.nix 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