From 08c4cb2247461fe36b2e7d7456aef0d17acd26af Mon Sep 17 00:00:00 2001 From: tzlil Date: Mon, 26 Feb 2024 19:43:39 +0200 Subject: idk what tehf uck i changed --- mixins/multimedia.nix | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) (limited to 'mixins/multimedia.nix') diff --git a/mixins/multimedia.nix b/mixins/multimedia.nix index 2e99771..9405934 100644 --- a/mixins/multimedia.nix +++ b/mixins/multimedia.nix @@ -23,6 +23,7 @@ "image/png" = ["${pkgs.swayimg}/share/applications/swayimg.desktop"]; "image/jpeg" = ["${pkgs.swayimg}/share/applications/swayimg.desktop"]; }; + associations.added = config.home-manager.users.tzlil.xdg.mimeApps.defaultApplications; }; userDirs = { createDirectories = true; @@ -74,6 +75,37 @@ enable = true; options = { selection-clipboard = "clipboard"; + notification-error-bg = "#ff5555"; + notification-error-fg = "#f8f8f2"; + notification-warning-bg = "#ffb86c"; + notification-warning-fg = "#44475a"; + notification-bg = "#282a36"; + notification-fg = "#f8f8f2"; + completion-bg = "#282a36"; + completion-fg = "#6272a4"; + completion-group-bg = "#282a36"; + completion-group-fg = "#6272a4"; + completion-highlight-bg = "#44475a"; + completion-highlight-fg = "#f8f8f2"; + index-bg = "#282a36"; + index-fg = "#f8f8f2"; + index-active-bg = "#44475a"; + index-active-fg = "#f8f8f2"; + inputbar-bg = "#282a36"; + inputbar-fg = "#f8f8f2"; + statusbar-bg = "#282a36"; + statusbar-fg = "#f8f8f2"; + highlight-color = "#ffb86c"; + highlight-active-color = "#ff79c6"; + default-bg = "#282a36"; + default-fg = "#f8f8f2"; + render-loading = true; + render-loading-fg = "#282a36"; + render-loading-bg = "#f8f8f2"; + recolor-lightcolor = "#282a36"; + recolor-darkcolor = "#f8f8f2"; + adjust-open = "width"; + recolor = true; }; }; }; -- cgit 1.4.1