Add time
This commit is contained in:
parent
33f0e3bc12
commit
c457d3820f
|
@ -9,7 +9,6 @@
|
||||||
. "$DOTFILES_PATH/bin/prelude"
|
. "$DOTFILES_PATH/bin/prelude"
|
||||||
|
|
||||||
[ -f "$HOME/.xprofile" ] && . "$HOME/.xprofile"
|
[ -f "$HOME/.xprofile" ] && . "$HOME/.xprofile"
|
||||||
|
[ -f "$ENV_PATH/x/init" ] && . "$ENV_PATH/x/init"
|
||||||
# TODO: env? [ -f "$HOME/.env_xinitrc" ] && . "$HOME/.env_xinitrc"
|
|
||||||
|
|
||||||
exec "$DOTFILES_PATH/apps/de/bspwm/wmstart"
|
exec "$DOTFILES_PATH/apps/de/bspwm/wmstart"
|
||||||
|
|
|
@ -14,7 +14,7 @@ has_command autorandr && autorandr -c
|
||||||
has_command redshift && redshift -r -l 39.1:-94.6 -t 6500K:3000K &
|
has_command redshift && redshift -r -l 39.1:-94.6 -t 6500K:3000K &
|
||||||
has_command kdeconnect-indicator && kdeconnect-indicator &
|
has_command kdeconnect-indicator && kdeconnect-indicator &
|
||||||
|
|
||||||
eval "$(/usr/bin/gnome-keyring-daemon --start --components=pkcs11,secrets,ssh)"
|
has_command gnome-keyring-daemon && eval "$(gnome-keyring-daemon --start --components=pkcs11,secrets,ssh)"
|
||||||
export SSH_AUTH_SOCK
|
export SSH_AUTH_SOCK
|
||||||
|
|
||||||
xset r rate 250 80 & # keyrepeat
|
xset r rate 250 80 & # keyrepeat
|
||||||
|
|
|
@ -53,6 +53,7 @@ pacaur --needed -S \
|
||||||
fish `# Shell` \
|
fish `# Shell` \
|
||||||
pkgfile `# Package File Metadata` \
|
pkgfile `# Package File Metadata` \
|
||||||
swaks `# SMTP CLI` \
|
swaks `# SMTP CLI` \
|
||||||
|
time `# GNU time` \
|
||||||
fortune-mod fortune-mod-archlinux `# Fortune` \
|
fortune-mod fortune-mod-archlinux `# Fortune` \
|
||||||
--noconfirm --noedit
|
--noconfirm --noedit
|
||||||
|
|
||||||
|
|
Reference in a new issue