Update configs

Remove swww (just color now)
Add pre-commit
Increase user-cleaner verbosity
This commit is contained in:
Tobias Reisinger 2023-12-15 14:12:29 +01:00
parent c2f56a9d3f
commit 2779597e69
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
4 changed files with 4 additions and 8 deletions

View file

@ -7,6 +7,6 @@ log_dir="$HOME/.cache/logs"
if [ -d "$log_dir" ] if [ -d "$log_dir" ]
then then
echo "Cleaning old logs..." echo "Cleaning old logs..."
find "$log_dir" -type f -mtime +7 -delete find "$log_dir" -type f -mtime +7 -print -delete
find "$log_dir" -type f -mtime +1 -size -25k -delete find "$log_dir" -type f -mtime +1 -size -25k -print -delete
fi fi

View file

@ -88,12 +88,6 @@ command = 'flatpak run com.valvesoftware.Steam -silent'
hosts = ['portalo'] hosts = ['portalo']
group = '' group = ''
[apps.swww]
alias = 'wallpaper'
command = 'swww init --no-daemon'
hosts = []
group = 'wayland'
[apps.sxhkd] [apps.sxhkd]
command = 'sxhkd' command = 'sxhkd'
hosts = [] hosts = []

View file

@ -21,6 +21,7 @@
lsof # who uses that drive/directory lsof # who uses that drive/directory
openssh # ssh client and server openssh # ssh client and server
pass # password-store pass # password-store
pre-commit # tool for git pre-commit hooks
p7zip # tool to extract 7z archives p7zip # tool to extract 7z archives
rclone # tool for remote storages rclone # tool for remote storages
restic # backup tool restic # backup tool

View file

@ -33,6 +33,7 @@ general {
misc { misc {
disable_hyprland_logo = true disable_hyprland_logo = true
background_color = 0x1E1F29
} }
decoration { decoration {