Update configs
Remove swww (just color now) Add pre-commit Increase user-cleaner verbosity
This commit is contained in:
parent
c2f56a9d3f
commit
2779597e69
4 changed files with 4 additions and 8 deletions
|
@ -7,6 +7,6 @@ log_dir="$HOME/.cache/logs"
|
|||
if [ -d "$log_dir" ]
|
||||
then
|
||||
echo "Cleaning old logs..."
|
||||
find "$log_dir" -type f -mtime +7 -delete
|
||||
find "$log_dir" -type f -mtime +1 -size -25k -delete
|
||||
find "$log_dir" -type f -mtime +7 -print -delete
|
||||
find "$log_dir" -type f -mtime +1 -size -25k -print -delete
|
||||
fi
|
||||
|
|
|
@ -88,12 +88,6 @@ command = 'flatpak run com.valvesoftware.Steam -silent'
|
|||
hosts = ['portalo']
|
||||
group = ''
|
||||
|
||||
[apps.swww]
|
||||
alias = 'wallpaper'
|
||||
command = 'swww init --no-daemon'
|
||||
hosts = []
|
||||
group = 'wayland'
|
||||
|
||||
[apps.sxhkd]
|
||||
command = 'sxhkd'
|
||||
hosts = []
|
||||
|
|
|
@ -21,6 +21,7 @@
|
|||
lsof # who uses that drive/directory
|
||||
openssh # ssh client and server
|
||||
pass # password-store
|
||||
pre-commit # tool for git pre-commit hooks
|
||||
p7zip # tool to extract 7z archives
|
||||
rclone # tool for remote storages
|
||||
restic # backup tool
|
||||
|
|
|
@ -33,6 +33,7 @@ general {
|
|||
|
||||
misc {
|
||||
disable_hyprland_logo = true
|
||||
background_color = 0x1E1F29
|
||||
}
|
||||
|
||||
decoration {
|
||||
|
|
Loading…
Reference in a new issue