From 48e073f874313adff95555f5868ee958468d5a86 Mon Sep 17 00:00:00 2001 From: Tomas Rivera <137088692+Totorile1@users.noreply.github.com> Date: Fri, 6 Mar 2026 20:25:55 +0100 Subject: [PATCH] worked on ly and hyprland --- modules/home-manager/hyprland.nix | 21 +++++++-------------- modules/home-manager/librewolf.nix | 2 +- modules/nixos/lyminimal.nix | 4 ++-- 3 files changed, 10 insertions(+), 17 deletions(-) diff --git a/modules/home-manager/hyprland.nix b/modules/home-manager/hyprland.nix index ea8606c..187680d 100644 --- a/modules/home-manager/hyprland.nix +++ b/modules/home-manager/hyprland.nix @@ -149,13 +149,13 @@ in "Ctrl+$mod, 5, exec, gnome-characters" "Ctrl+$mod, 6, exec, custom-killall" # reloads the autostart programs - "Ctrl+$mod, 4, exec, sleep 3 && kitty -o font_size=16 -e sh -c 'custom-weather'" - "Ctrl+$mod, 4, exec, sleep 2 && kitty -o font_size=11 -e sh -c 'custom-cowsay'" + "Ctrl+$mod, 4, exec, sleep 1 && kitty -o font_size=16 -e sh -c 'custom-weather'" + "Ctrl+$mod, 4, exec, sleep 1 && kitty -o font_size=11 -e sh -c 'custom-cowsay'" "Ctrl+$mod, 4, exec, kitty -e 'custom-launch'" "Ctrl+$mod, 4, exec, sleep 1 && kitty -o font_size=5 -e btm --theme gruvbox --disable-click --disable_advanced_kill --enable_cache_memory -g -R -T " - "Ctrl+$mod, 4, exec, sleep 3 && kitty -o font_size=1 -e sh -c 'cmatrix -br'" + "Ctrl+$mod, 4, exec, sleep 1 && kitty -o font_size=1 -e sh -c 'cmatrix -br'" #plugins keybindings - "$mod, SPACE, overview:toggle, " + #"$mod, SPACE, overview:toggle, " ]; binde = [ @@ -207,18 +207,11 @@ in ######################### # login autostart ####################### - "[workspace 1 silent] sleep 3 && kitty -o font_size=16 -e sh -c 'custom-weather'" - # will launch weather (Third) with a reduced font size - "[workspace 1 silent] sleep 2 && kitty -o font_size=11 -e sh -c 'custom-cowsay'" - # will launch quotes (fourth) + "[workspace 1 silent] sleep 1 && kitty -o font_size=16 -e sh -c 'custom-weather'" + "[workspace 1 silent] sleep 1 && kitty -o font_size=11 -e sh -c 'custom-cowsay'" "[workspace 1 silent] kitty -e 'custom-launch'" - # the terminal will exec .zshrc so FastFetch will be launched (First) "[workspace 1 silent] sleep 1 && kitty -o font_size=5 -e btm --theme gruvbox --disable-click --disable_advanced_kill --enable_cache_memory -g -R -T " - # will launch bottom (second) - "[workspace 1 silent] sleep 3 && kitty -o font_size=1 -e sh -c 'cmatrix -br'" - # will launch cmatrix - - # sleep is used to launch the app in a specific order, because normally exec-once are run in parrallel + "[workspace 1 silent] sleep 1 && kitty -o font_size=1 -e sh -c 'cmatrix -br'" ###################### ###################### ]; diff --git a/modules/home-manager/librewolf.nix b/modules/home-manager/librewolf.nix index 33a164d..6f36ec0 100644 --- a/modules/home-manager/librewolf.nix +++ b/modules/home-manager/librewolf.nix @@ -59,7 +59,7 @@ "privacy.clearOnShutdown.cookies" = false; "browser.discovery.enabled" = false; # disable discovery "browser.search.suggest.enabled" = true; # disable search suggestions - "browser.contentblocking.category" = "custom"; # set tracking protection to custom + "browser.contentblocking.category" = "standart"; # set tracking protection to standart to not interfer with adnauseam "dom.private-attribution.submission.enabled" = false; # stop doing dumb stuff mozilla "browser.protections_panel.infoMessage.seen" = true; # disable tracking protection info diff --git a/modules/nixos/lyminimal.nix b/modules/nixos/lyminimal.nix index 24ebbde..f3f78ed 100644 --- a/modules/nixos/lyminimal.nix +++ b/modules/nixos/lyminimal.nix @@ -40,7 +40,7 @@ bigclock = "en"; clock = "%H:%M"; - colormix_col1 = "0x08FB4934"; + colormix_col1 = "0x08E85D04"; colormix_col2 = "0x08FABD2F"; colormix_col3 = "0x08FE8019"; @@ -62,7 +62,7 @@ # Optional commands (leave null or comment if unused) hibernate_cmd = null; inactivity_cmd = null; - #login_cmd = "exec hyprland"; + login_cmd = "start-hyprland"; #logout_cmd = null; sleep_cmd = null;