clean ncspot cache, add vaults bg, clean calendar
This commit is contained in:
parent
e9f4bbb706
commit
1b695b22de
7
profile
7
profile
@ -29,10 +29,9 @@ export LC_ALL=en_US.utf8
|
||||
export BOGOFILTER_DIR="$XDG_DATA_HOME/bogofilter"
|
||||
export TERMINAL=st
|
||||
|
||||
# Select Dock sound card if it's there
|
||||
#(it's broken)
|
||||
if [ -e /proc/asound/Dock ]; then
|
||||
export ALSA_CARD=Dock
|
||||
# Clean spotify cachedir
|
||||
if [ -d "$HOME/.cache/ncspot/librespot/files" ]; then
|
||||
rm -r "$HOME/.cache/ncspot/librespot/files"
|
||||
fi
|
||||
|
||||
#stty -ixon # disable <C-s>
|
||||
|
1
xinitrc
1
xinitrc
@ -8,6 +8,7 @@ forklog() {
|
||||
case "$(hostname)" in
|
||||
mantle) xset dpms 0 0 300 s off ; backimg="bgs -z" ;;
|
||||
abysm) xset dpms 0 0 50 s off ; backimg="feh --bg-fill" ;;
|
||||
vaults) xset dpms 0 0 300 s off ; backimg="feh --bg-fill" ;;
|
||||
esac
|
||||
|
||||
xset r rate 300 55
|
||||
|
4
zshrc
4
zshrc
@ -75,7 +75,9 @@ alias agent='eval "$(ssh-agent)" && ssh-add'
|
||||
alias unlock='gpg-connect-agent <<<bye'
|
||||
|
||||
alias weechat="ssh -t weechat@Hetzner abduco -A weechat"
|
||||
alias agenda="khal list today 7d"
|
||||
alias agenda="khal list today 7d --format '{calendar-color}{cancelled}{start-end-time-style}{repeat-symbol} {title}{reset}'"
|
||||
alias plan="khal list --notstarted now eod"
|
||||
alias ncspot="abduco -A ncspot ncspot"
|
||||
|
||||
# Ledger
|
||||
alias haccounts="hledger -I --alias '/.*:Accounts [^:]*:(.*)/=Accounts:\1' bal accounts"
|
||||
|
Loading…
Reference in New Issue
Block a user