feat: Add new wallpaper script to disable auto changes

This commit is contained in:
2025-04-20 14:17:42 +10:00
parent 1d84fd110f
commit bee7c8fef8
14 changed files with 128 additions and 594 deletions

View File

@@ -289,4 +289,4 @@ bind = $mainMod, PERIOD, exec, bemoji
bind = $mainMod, T, exec, alacritty --config-file ~/dotfiles/.alacritty-nozellij.toml
# Save output to ~/tmp/errors.log
bind = $mainMod, W, exec, pgrep -x WallRizz && pkill -x WallRizz || kitty -o allow_remote_control=yes --class float-80 WallRizz -z list -n -d ~/.config/backgrounds
bind = $mainMod, W, exec, ~/.config/hypr/scripts/wallpaper.sh

View File

@@ -2,15 +2,23 @@ $font=Fira Code
# GENERAL
general {
disable_loading_bar = true
hide_cursor = true
}
animation {
enabled = true
bezier = linear, 1, 1, 0, 0
animation = fade, 1, 1.8, linear
}
# BACKGROUND
background {
path = $HOME/.config/backgrounds/0_Shinjuro_Rengoku_0.png
#path = $HOME/.config/backgrounds/0_Jellyfish.png
path = $HOME/.config/lockpaper
reload_time = 15
reload_cmd = echo $HOME/.config/lockpaper
blur_passes = 0
crossfade_time = 1
}
# TIME
label {
@@ -97,13 +105,13 @@ input-field {
}
# FINGERPRINT
{
# monitor = "";
text = $FPRINTPROMPT
color = rgb(255, 255, 255)
font_size = 14;
font_family = $font;
position = 0, -107;
halign = center;
valign = center;
}
# {
# # monitor = "";
# text = $FPRINTPROMPT
# color = rgb(255, 255, 255)
# font_size = 14;
# font_family = $font;
# position = 0, -107;
# halign = center;
# valign = center;
# }

View File

@@ -1,3 +1,5 @@
preload = ~/.config/backgrounds/0_Shinjuro_Rengoku_0.png
wallpaper = , ~/.config/backgrounds/0_Shinjuro_Rengoku_0.png
ipc = on
ipc = on
splash = false

View File

@@ -16,3 +16,6 @@ kdeconnect-indicator
# Fix dolphin file assosiations
XDG_MENU_PREFIX=arch- kbuildsycoca6
WallRizz -r -n -d ~/.config/backgrounds

View File

@@ -0,0 +1,4 @@
#!/bin/bash
systemctl --user stop wallpaper.timer # Disable wallpaper changes
pgrep -x WallRizz && pkill -x WallRizz || kitty -o allow_remote_control=yes --class float-80 WallRizz -z list -n -d ~/.config/backgrounds

View File

@@ -1,7 +1,9 @@
exec-once = hyprpm reload -n
exec-once = hyprpaper
exec-once = hyprpanel
exec-once = hyprpaper
exec-once = hypridle
exec-once = /usr/bin/kdeconnectd
exec-once = systemctl --user start hyprpolkitagent
exec-once = ~/.config/hypr/scripts/exec-once.sh > ~/.logs/exec-once.log 2>&1