Compare commits
2 commits
bec442ce50
...
f014b4dda4
Author | SHA1 | Date | |
---|---|---|---|
|
f014b4dda4 | ||
|
029183aeaf |
2 changed files with 5 additions and 1 deletions
5
.bashrc
5
.bashrc
|
@ -62,7 +62,7 @@ alias la='eza -a --color=always --group-directories-first'
|
||||||
alias ll='eza -lah --color=always --group-directories-first'
|
alias ll='eza -lah --color=always --group-directories-first'
|
||||||
alias l.='eza -a | grep "^\."'
|
alias l.='eza -a | grep "^\."'
|
||||||
|
|
||||||
#Make things readable
|
# Make things readable
|
||||||
alias top=htop
|
alias top=htop
|
||||||
alias df='df -h'
|
alias df='df -h'
|
||||||
alias grep='grep --color=always'
|
alias grep='grep --color=always'
|
||||||
|
@ -102,5 +102,8 @@ alias vim=nvim
|
||||||
alias pybuild="python -m build"
|
alias pybuild="python -m build"
|
||||||
alias pytwine="python -m twine"
|
alias pytwine="python -m twine"
|
||||||
|
|
||||||
|
# Paths, conveniences
|
||||||
|
alias wallmanrepo="/var/db/repos/wallman/app-misc/wallman/"
|
||||||
|
|
||||||
# Prompt
|
# Prompt
|
||||||
eval "$(starship init bash)"
|
eval "$(starship init bash)"
|
||||||
|
|
|
@ -6,6 +6,7 @@ used_sets = ["anime", "nature"]
|
||||||
wallpapers_per_set = 5
|
wallpapers_per_set = 5
|
||||||
notify = true
|
notify = true
|
||||||
fallback_wallpaper = "/home/emma/Bilder/Hintergründe/wideFallbackScreen.jpg"
|
fallback_wallpaper = "/home/emma/Bilder/Hintergründe/wideFallbackScreen.jpg"
|
||||||
|
loglevel = "DEBUG"
|
||||||
|
|
||||||
# Enter the hours at which you want the wallpaper to change.
|
# 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.
|
# If the script is called between one of this times, it will go back to the previous time.
|
||||||
|
|
Loading…
Reference in a new issue