From 5a1cff7afd72bca8dc9862f06574bc97e926bade Mon Sep 17 00:00:00 2001 From: ooks-io Date: Mon, 31 Jul 2023 22:54:57 +1200 Subject: [PATCH] revert kitty changes --- home/ooks/opt/desktop/standard/wayland/default.nix | 3 +++ home/ooks/opt/desktop/standard/wayland/kitty.nix | 1 + 2 files changed, 4 insertions(+) diff --git a/home/ooks/opt/desktop/standard/wayland/default.nix b/home/ooks/opt/desktop/standard/wayland/default.nix index a571c31..a34c07a 100644 --- a/home/ooks/opt/desktop/standard/wayland/default.nix +++ b/home/ooks/opt/desktop/standard/wayland/default.nix @@ -11,6 +11,9 @@ xdg.mimeApps.enable = true; home.packages = with pkgs; [ grim + libnotify + linux-firmware + pkgs.qt6.qtwayland mpv gtk3 pulseaudio diff --git a/home/ooks/opt/desktop/standard/wayland/kitty.nix b/home/ooks/opt/desktop/standard/wayland/kitty.nix index ecd3b01..5b0ee35 100644 --- a/home/ooks/opt/desktop/standard/wayland/kitty.nix +++ b/home/ooks/opt/desktop/standard/wayland/kitty.nix @@ -28,6 +28,7 @@ in window_padding_width = 5; foreground = "#${colors.base05}"; background = "#${colors.base00}"; + background_opacity = "1.0"; selection_background = "#${colors.base05}"; selection_foreground = "#${colors.base00}"; url_color = "#${colors.base04}";