Compare commits

...

2 commits

Author SHA1 Message Date
Emma Nora Theuer
f014b4dda4 Add loglevel to config 2024-06-09 21:52:38 +02:00
Emma Nora Theuer
029183aeaf Add path alias for convenience 2024-06-09 21:52:24 +02:00
2 changed files with 5 additions and 1 deletions

View file

@ -62,7 +62,7 @@ alias la='eza -a --color=always --group-directories-first'
alias ll='eza -lah --color=always --group-directories-first'
alias l.='eza -a | grep "^\."'
#Make things readable
# Make things readable
alias top=htop
alias df='df -h'
alias grep='grep --color=always'
@ -102,5 +102,8 @@ alias vim=nvim
alias pybuild="python -m build"
alias pytwine="python -m twine"
# Paths, conveniences
alias wallmanrepo="/var/db/repos/wallman/app-misc/wallman/"
# Prompt
eval "$(starship init bash)"

View file

@ -6,6 +6,7 @@ used_sets = ["anime", "nature"]
wallpapers_per_set = 5
notify = true
fallback_wallpaper = "/home/emma/Bilder/Hintergründe/wideFallbackScreen.jpg"
loglevel = "DEBUG"
# Enter the hours at which you want the wallpaper to change.
# If the script is called between one of this times, it will go back to the previous time.