Add basic ansible and minor fixes
This commit is contained in:
parent
cee6671913
commit
e88aa2fee4
4 changed files with 677 additions and 3 deletions
|
@ -1,6 +1,5 @@
|
|||
import:
|
||||
- '~/.config/alacritty/dracula.yml'
|
||||
- '~/.config/alacritty/dracula-pro.yml'
|
||||
|
||||
env:
|
||||
TERM: xterm-256color
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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 = " "
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue