From a5218684078c94399d3368078db9b0ff3283dcdf Mon Sep 17 00:00:00 2001 From: Ryan Schanzenbacher Date: Sun, 29 Dec 2024 21:45:59 -0500 Subject: Adding updates from however long ago --- home-config/nix-home-manager/home.nix | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) (limited to 'home-config/nix-home-manager/home.nix') diff --git a/home-config/nix-home-manager/home.nix b/home-config/nix-home-manager/home.nix index 41c7c83..5e85304 100644 --- a/home-config/nix-home-manager/home.nix +++ b/home-config/nix-home-manager/home.nix @@ -105,7 +105,7 @@ # Bitwarden "{446900e4-71c2-419f-a6a7-df9c091e268b}" = { install_url = "https://addons.mozilla.org/firefox/downloads/latest/bitwarden-password-manager/latest.xpi"; - installation_mode = "force_installed"; + installation_mode = "normal_installed"; }; # SponsorBlock "sponsorBlocker@ajay.app" = { @@ -214,16 +214,18 @@ }; }; userChrome = " - #main-window #titlebar { + #main-window .toolbar-items { overflow: hidden; transition: height 0.3s 0.3s !important; } /* Default state: Set initial height to enable animation */ - #main-window #titlebar { height: 3em !important; } - #main-window[uidensity=\"touch\"] #titlebar { height: 3.35em !important; } - #main-window[uidensity=\"compact\"] #titlebar { height: 2.7em !important; } + #main-window .toolbar-items { height: 3em !important; } + #main-window .titlebar-button { height: 3em !important; } + #main-window[uidensity=\"touch\"] .toolbar-items { height: 3.35em !important; } + #main-window[uidensity=\"compact\"] .toolbar-items { height: 2.7em !important; } /* Hidden state: Hide native tabs strip */ - #main-window[titlepreface*=\"​\"] #titlebar { height: 0 !important; } + #main-window[titlepreface*=\"​\"] .toolbar-items { height: 0 !important; } + #main-window[titlepreface*=\"​\"] .titlebar-button { height: 0 !important; } /* Hidden state: Fix z-index of active pinned tabs */ #main-window[titlepreface*=\"​\"] #tabbrowser-tabs { z-index: 0 !important; } @@ -374,6 +376,7 @@ hypridle #latest.firefox-nightly-bin eza + wl-mirror # Wrapped programs for some env variables (pkgs.writeScriptBin "hyprlock" '' -- cgit v1.2.3