Expand colors for rofi

for whatever reason, rofi stopped expanding #xxx to #xxxxxx
This commit is contained in:
Adam Goldsmith 2015-10-01 16:49:08 -04:00
parent 8dbd2cb9a2
commit b8056d4011
1 changed files with 2 additions and 2 deletions

View File

@ -33,8 +33,8 @@ bindsym Mod1+Mod4+s exec /home/adam/.bin/lock.sh suspend
bindsym Mod1+Control+l exec /home/adam/.bin/lock.sh lock # lock screen
bindsym Mod1+Control+Delete exec /home/adam/.bin/lock.sh pick # power menu
bindsym $mod+space exec --no-startup-id j4-dmenu-desktop --dmenu="rofi -dmenu -i -bg '#222' -fg '#ccc' -fg-active '#fff' -p 'Apps:'" # start rofi with only .desktop files
bindsym $mod+d exec --no-startup-id rofi -show run -bg '#222' -fg '#ccc' -fg-active '#fff' # start rofi
bindsym $mod+space exec --no-startup-id j4-dmenu-desktop --dmenu="rofi -dmenu -i -bg '#222222' -fg '#cccccc' -fg-active '#ffffff' -p 'Apps:'" # start rofi with only .desktop files
bindsym $mod+d exec --no-startup-id rofi -show run -bg '#222222' -fg '#cccccc' -fg-active '#ffffff' # start rofi
bindsym $mod+p exec --no-startup-id ~/.bin/killPanel.sh
# Workspace Mangement