summaryrefslogtreecommitdiff
path: root/desktop/.xsession
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/.xsession')
-rwxr-xr-xdesktop/.xsession5
1 files changed, 4 insertions, 1 deletions
diff --git a/desktop/.xsession b/desktop/.xsession
index f737088..640c88b 100755
--- a/desktop/.xsession
+++ b/desktop/.xsession
@@ -16,11 +16,14 @@ pasystray &
xss-lock -- /usr/bin/env xscreensaver-command --lock &
xset -b
dzen2 -dock -x 0 -h 24 -e 'onstart=lower' -bg '#252526' -p &
-conky | dzen2 -dock -geometry 1000x24-1150+0 -expand left -fn "DejaVu Sans:pixelsize=20" -ta r -bg '#252526' -fg '#f4f4f4' &
+conky | dzen2 -dock -geometry 1000x24-1150+0 -expand left -fn "WenQuanYi Micro Hei-16" -ta r -bg '#252526' -fg '#f4f4f4' &
trayer --edge top --align right --SetDockType true --SetPartialStrut true --expand true --width 100 --widthtype pixel --transparent true --height 24 --tint 0x252526 --alpha 0 &
+
[[ -f /etc/nixos/configuration.nix ]] || \
redshift -l 40:-70 -r -t 5500:3700 &
+nm-applet --no-agent &
+
if which autorandr >/dev/null; then
autorandr --change
fi