summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--desktop/.xmonad/xmonad.hs2
-rwxr-xr-xdesktop/.xsession3
2 files changed, 3 insertions, 2 deletions
diff --git a/desktop/.xmonad/xmonad.hs b/desktop/.xmonad/xmonad.hs
index 3f314cb..7aeeefd 100644
--- a/desktop/.xmonad/xmonad.hs
+++ b/desktop/.xmonad/xmonad.hs
@@ -48,7 +48,7 @@ myDzenPP = def { ppCurrent = dzenColor "white" cBlue . pad
, ppTitle = (("^p(10)^bg(" ++ cDark ++ ") ") ++) . dzenEscape
}
-dzenCommand = "dzen2 -dock -x 0 -y 0 -h 24 -fn \"DejaVu Sans:bold:pixelsize=16\" -ta l -bg '" ++ cDark ++ "' -fg '#f4f4f4'"
+dzenCommand = "dzen2 -dock -x 0 -y 0 -h 24 -expand right -fn \"DejaVu Sans:pixelsize=20\" -ta l -bg '" ++ cDark ++ "' -fg '#f4f4f4'"
bar :: LayoutClass l Window => XConfig l -> IO (XConfig (ModifiedLayout AvoidStruts l))
bar = statusBar dzenCommand myDzenPP toggleStrutsKey
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 &