new colors, whack ~/.cache on login, some new aliases
This commit is contained in:
parent
3de1b7335e
commit
3b31a00425
10
.cwmrc
10
.cwmrc
@ -9,11 +9,11 @@ ignore panel
|
||||
fontname "Go Regular:pixelsize=13"
|
||||
|
||||
borderwidth 2
|
||||
color activeborder "#99aab9"
|
||||
color font "#eeeeff"
|
||||
color inactiveborder "#000000"
|
||||
color menubg "#798a99"
|
||||
color menufg "#eeeeff"
|
||||
color inactiveborder "#99aab9"
|
||||
color font "#000000"
|
||||
color activeborder "#000000"
|
||||
color menubg "#ffffea"
|
||||
color menufg "#dedeff"
|
||||
color urgencyborder "red"
|
||||
|
||||
command "Browser" "~/bin/browser"
|
||||
|
2
.kshrc
2
.kshrc
@ -38,6 +38,8 @@ alias mutt='stty discard undef; neomutt'
|
||||
alias tmux="tmux -u2"
|
||||
alias vi=nvim
|
||||
alias got='env EDITOR=nvim got'
|
||||
alias lookman='man -k'
|
||||
alias gomuks='env GOMUKS_CACHE_HOME=~/.gomuks gomuks'
|
||||
|
||||
# the q prompt auto-loads the git-prompt extension
|
||||
set_prompt q
|
||||
|
@ -1,5 +1,9 @@
|
||||
#!/bin/sh
|
||||
|
||||
mv ~/.cache ~/.tcache && \
|
||||
mkdir ~/.cache
|
||||
rm -rf ~/.tcache &
|
||||
|
||||
# Make ~/Downloads a temp dir
|
||||
rm -rf ~/Downloads
|
||||
DL_CACHE="/tmp/${USER}_downloads"
|
||||
@ -40,6 +44,9 @@ if [ -x ${LPREFIX}/bin/dbus-launch -a -z "${DBUS_SESSION_BUS_ADDRESS}" ]; then
|
||||
fi
|
||||
|
||||
case "$wmanager" in
|
||||
/home/qbit/bin/juicebox)
|
||||
xsetroot -solid black
|
||||
;;
|
||||
/usr/X11R6/bin/cwm)
|
||||
xsetroot -solid black
|
||||
while true; do ~/bin/bar; sleep 3; done | lemonbar-xft -d \
|
||||
|
Loading…
Reference in New Issue
Block a user