From 0a054350dbedcae3618c92e8eb3a7d43836c4258 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Sun, 7 Feb 2021 22:05:20 -0500 Subject: Add simple battery status and clock to xsession I love how simple this is. --- home/.xsession | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'home/.xsession') 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 -- cgit 1.4.1