feat: Add new wallpaper script to disable auto changes
This commit is contained in:
@@ -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
|
||||
@@ -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;
|
||||
# }
|
||||
|
||||
@@ -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
|
||||
@@ -16,3 +16,6 @@ kdeconnect-indicator
|
||||
|
||||
# Fix dolphin file assosiations
|
||||
XDG_MENU_PREFIX=arch- kbuildsycoca6
|
||||
|
||||
|
||||
WallRizz -r -n -d ~/.config/backgrounds
|
||||
4
.config/hypr/scripts/wallpaper.sh
Executable file
4
.config/hypr/scripts/wallpaper.sh
Executable 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
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user