gruvbox-inize things

This commit is contained in:
Thomas Ruoff
2018-10-21 23:51:21 +02:00
parent 530a65fd64
commit da1ac6550a
4 changed files with 57 additions and 31 deletions

View File

@@ -1,12 +1,12 @@
#!/usr/bin/env bash
source ~/.config/herbstluftwm/settings.sh
source ./gruvbox_colors.sh
set $(herbstclient monitor_rect 0)
TRAY_GEOMETRY=5x1+$(($3 - 100))+0
stalonetray \
--background "#002b36" \
--background "$GRUVBOX_DARK0" \
--geometry $TRAY_GEOMETRY \
--icon-size 20 \
--kludges force_icons_size \