diff options
author | June McEnroe <june@causal.agency> | 2021-02-07 22:05:20 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2021-02-07 22:21:59 -0500 |
commit | 0a054350dbedcae3618c92e8eb3a7d43836c4258 (patch) | |
tree | ad25af2f5f9233a96f9c87ffcc7516f666abe2a0 /home/.xsession | |
parent | Set cursor theme and size (diff) | |
download | src-0a054350dbedcae3618c92e8eb3a7d43836c4258.tar.gz src-0a054350dbedcae3618c92e8eb3a7d43836c4258.zip |
Add simple battery status and clock to xsession
I love how simple this is.
Diffstat (limited to '')
-rw-r--r-- | home/.xsession | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/home/.xsession b/home/.xsession index 0f760261..bd7bbe91 100644 --- a/home/.xsession +++ b/home/.xsession @@ -1,7 +1,11 @@ . ~/.profile +export LC_CTYPE=C.UTF-8 + xset r rate 175 m 4 xmodmap ~/.config/X/modmap xrdb -load ~/.config/X/resources xsetroot -bitmap /usr/X11R6/include/X11/bitmaps/xsnow \ -bg rgb:7A/49/55 -fg rgb:16/15/10 -cwm -c ~/.config/cwm/cwmrc + +xterm -name clock -geometry 14x1-0+0 -sl 0 -e clock & +exec cwm -c ~/.config/cwm/cwmrc |