"initial" commit :D

This commit is contained in:
Thomas Ruoff
2018-04-03 23:17:34 +02:00
commit ed3d2e04b9
15 changed files with 484 additions and 0 deletions

13
tray.sh Executable file
View File

@@ -0,0 +1,13 @@
#!/bin/bash
source ~/.config/herbstluftwm/settings.sh
set $(herbstclient monitor_rect 0)
TRAY_GEOMETRY=5x1+$(($3 - 100))+0
stalonetray \
--background "#002b36" \
--geometry $TRAY_GEOMETRY \
--icon-size 20 \
--kludges force_icons_size \
2>&1 > /dev/null &