diff options
Diffstat (limited to '.config/herbstluftwm')
-rwxr-xr-x | .config/herbstluftwm/autostart | 8 | ||||
-rwxr-xr-x | .config/herbstluftwm/tray.sh | 2 |
2 files changed, 3 insertions, 7 deletions
diff --git a/.config/herbstluftwm/autostart b/.config/herbstluftwm/autostart index e543bb9..3089516 100755 --- a/.config/herbstluftwm/autostart +++ b/.config/herbstluftwm/autostart @@ -1,13 +1,9 @@ #!/bin/bash # define colours -#bg_normal='#2d2d2d' -#fg_normal='#dcdcdc' -#bg_focus='#d64937' -#fg_focus='#fcfcfc' -bg_normal='#2b2b2b' +bg_normal='#333333' fg_normal='#dcdcdc' -bg_focus='#a6754c' +bg_focus='#a25136' fg_focus='#fcfcfc' hc() { diff --git a/.config/herbstluftwm/tray.sh b/.config/herbstluftwm/tray.sh index 188a274..cef5fb5 100755 --- a/.config/herbstluftwm/tray.sh +++ b/.config/herbstluftwm/tray.sh @@ -9,4 +9,4 @@ while [ -z "$run" ]; do echo "$run" done -stalonetray -bg "$bgcolor" --window-layer top --geometry 1x1+1740+1 --max-geometry 1752x18 --grow-gravity E -i 16 --kludges force_icons_size +trayer --edge top --align right --heighttype pixel --height 18 --widthtype pixel --width 18 --distancefrom right --distance 4 |