diff options
| -rw-r--r-- | extras/HOME/.xmobarrc | 2 | ||||
| -rwxr-xr-x | extras/HOME/.xmonad/startup | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/extras/HOME/.xmobarrc b/extras/HOME/.xmobarrc index 299877f..cef2154 100644 --- a/extras/HOME/.xmobarrc +++ b/extras/HOME/.xmobarrc @@ -16,7 +16,7 @@ Config , fgColor = "white" , alpha = 230 -- default: 255 , position = TopSize C 99 50 - , textOffset = -1 -- default: -1 + , textOffset = -1 -- default: -1 , iconOffset = -1 -- default: -1 , lowerOnStart = True , pickBroadest = False -- default: False diff --git a/extras/HOME/.xmonad/startup b/extras/HOME/.xmonad/startup index 07b164d..31e510b 100755 --- a/extras/HOME/.xmonad/startup +++ b/extras/HOME/.xmonad/startup @@ -29,7 +29,8 @@ hostname_photon() { __GL_SYNC_TO_VBLANK=1 nohup compton --backend=glx &>/dev/null & fi # xrandr --output DVI-I-1 --right-of DP-5 --mode 2560x1440 - feh --bg-scale "/usr/share/backgrounds/archlinux/mountain.jpg" + $HOME/.fehbg + $HOME/.screenlayout/layout.sh } hostname_boson() { |