summaryrefslogtreecommitdiff
path: root/desktop/.xsession
diff options
context:
space:
mode:
authorKjetil Orbekk <kj@orbekk.com>2020-10-28 08:18:43 -0400
committerKjetil Orbekk <kj@orbekk.com>2020-10-28 08:18:43 -0400
commit1536024d9cbc55c196a3eeb829d3a5c241e30778 (patch)
tree7b67627b024f6181d93377019fee0de267bba94b /desktop/.xsession
parentfad812bd26a7594d437d5e1a0fd23f16687d274e (diff)
Update statusbars
Diffstat (limited to 'desktop/.xsession')
-rwxr-xr-xdesktop/.xsession3
1 files changed, 2 insertions, 1 deletions
diff --git a/desktop/.xsession b/desktop/.xsession
index f6bc408..401c53e 100755
--- a/desktop/.xsession
+++ b/desktop/.xsession
@@ -15,7 +15,8 @@ xsetroot -solid "#2A3462"
pasystray &
xss-lock -- /usr/bin/env xscreensaver-command --lock &
xset -b
-trayer --edge top --align right --SetDockType true --SetPartialStrut true --expand true --width 100 --widthtype pixel --transparent true --alpha 0 --tint 0x000000 --height 18 &
+dzen2 -dock -x 0 -h 24 -e 'onstart=lower' -bg '#252526' -p &
+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 &