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"
|
||||||
|
|
|
@ -16,8 +16,8 @@ usermodmap="$ENV_PATH/x/modmap"
|
||||||
[ -f "$usermodmap" ] && xmodmap "$usermodmap" &>/dev/null
|
[ -f "$usermodmap" ] && xmodmap "$usermodmap" &>/dev/null
|
||||||
|
|
||||||
if [ -d "/etc/X11/xinit/xinitrc.d" ] ; then
|
if [ -d "/etc/X11/xinit/xinitrc.d" ] ; then
|
||||||
for f in /etc/X11/xinit/xinitrc.d/?*.sh ; do
|
for f in /etc/X11/xinit/xinitrc.d/?*.sh ; do
|
||||||
[ -x "$f" ] && . "$f"
|
[ -x "$f" ] && . "$f"
|
||||||
done
|
done
|
||||||
unset f
|
unset f
|
||||||
fi
|
fi
|
||||||
|
|
|
@ -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