Add basic ansible and minor fixes

This commit is contained in:
Tobias Reisinger 2023-02-11 13:09:03 +01:00
parent cee6671913
commit e88aa2fee4
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
4 changed files with 677 additions and 3 deletions

View file

@ -1,6 +1,5 @@
import:
- '~/.config/alacritty/dracula.yml'
- '~/.config/alacritty/dracula-pro.yml'
env:
TERM: xterm-256color

View file

@ -26,7 +26,7 @@
rclone # tool for remote storages
restic # backup tool
ripgrep # grep-alternative
trash-cli # rm wrapper to use trash-bin
rmtrash # rm wrapper to use trash
shellcheck # tool for shell-syntax
#spotifyd # spotify-daemon
(spotifyd.override { withMpris = true; }) # spotify-daemon

View file

@ -12,7 +12,7 @@
[module/check-arch-updates]
type = custom/script
exec = wc -l $HOME/.cache/archlinux-updates.txt 2>/dev/null | sed 's/^0$//'
exec = cat $HOME/.cache/archlinux-updates.txt | wc -l 2>/dev/null | sed 's/^0$//'
interval = 30
format-prefix = " "