diff --git a/home/modules/hyprland.nix b/home/modules/hyprland.nix index 7b1768c..7ccd526 100644 --- a/home/modules/hyprland.nix +++ b/home/modules/hyprland.nix @@ -122,6 +122,7 @@ in focus_on_activate = true mouse_move_enables_dpms = true key_press_enables_dpms = true + disable_hyprland_logo = true } # example window rules @@ -238,17 +239,27 @@ in blurls=gtk-layer-shell # blurls=notifications + exec-once = kwalletd5 exec-once = swww init + exec-once = waybar exec-once = dunst - exec-once = /home/chris/bin/startup.sh + exec-once = rbw-agent + # exec-once = /home/chris/bin/startup.sh exec-once = hyprctl dispatch --batch "splitratio 1; splitration -0.35" exec-once = dbus-update-activation-environment --systemd --all exec-once = jellyfin-mpv-shim + exec-once = batmon.lisp + exec-once = /usr/lib/kdeconnectd + exec-once = nm-tray + exec-once = systemctl --user restart jellyfin-mpv-shim + exec-once = systemctl --user restart emacs + exec-once = systemctl --user stop nextcloud-client + exec-once = nextcloud + exec-once = kdeconnect-indicator exec-once = wl-paste --watch cliphist store exec-once = hyprctl setcursor phinger-cursors-light 24 exec-once = swayidle -w timeout 300 'swaylock -S --effect-blur 20x3 --fade-in 1 --effect-vignette 0.5:1 --grace 60' timeout 600 'hyprctl dispatch dpms off' resume 'hyprctl dispatch dpms on' before-sleep 'swaylock -S --effect-blur 20x3 --effect-vignette 0.5:1' - exec-once = eww open ${if laptop then "bar0" else "bar1"} - exec-once = sleep 3 && swww img /home/chris/pics/wallpapers/nixorange.webp -t grow --transition-bezier .14,0,.14,.99 + exec-once = sleep 3 && swww img /home/chris/pics/wallpapers/nixorange.jpeg -t grow --transition-bezier .14,0,.14,.99 ''; }; } diff --git a/scripts/startup.sh b/scripts/startup.sh index 5869fbc..15c08e5 100755 --- a/scripts/startup.sh +++ b/scripts/startup.sh @@ -7,8 +7,7 @@ systemctl --user stop emacs.service & killall .jellyfin-mpv-shim /usr/lib/kdeconnectd & nm-applet & -greenclip daemon & rbw-agent & emacs --daemon & nextcloud --background & -batmon & +batmon.lisp &