Changed i3 util structure

This commit is contained in:
id101010
2016-10-15 18:12:18 +02:00
parent 44012b7fae
commit 5427876096
6 changed files with 9 additions and 15 deletions

8
i3wm/util/i3dmenu-wrapper.sh Executable file
View File

@@ -0,0 +1,8 @@
#!/bin/bash
BACKGROUND='#402e2e'
FOREGOURND='#978965'
SELECTED_BACKGROUND='#808080'
SELECTED_FOREGROUND='#ffff00'
i3-dmenu-desktop --dmenu='dmenu -i -nb '#402e2e' -nf '#978965' -sb '#808080' -sf '#ffff00' -l 8'