configured the rofi colours globally

This commit is contained in:
2019-07-04 22:41:21 +02:00
parent 907a00cac2
commit 54efa8ffa4
2 changed files with 8 additions and 11 deletions

View File

@@ -125,11 +125,8 @@ bindsym $mod+Print exec flameshot gui # Show screenshot window
bindsym $mod+shift+b exec /bin/bash ~/.config/i3/scripts/brightness.sh
# Rofi
# window: background border dividerline
# normal: odd lines - text colour - even lines - hover lines - hover text colour
# active: background
bindsym $mod+d exec "rofi -color-window '#1e1e1e, #333333, #333333' -color-normal '#1e1e1e, #848484, #1e1e1e, #333333, #f6f6f7' -lines 10 -line-padding 5 -show run"
bindsym $mod+Tab exec "rofi -color-window '#1e1e1e, #333333, #333333' -color-normal '#1e1e1e, #848484, #1e1e1e, #333333, #f6f6f7' -color-active '#333333, #ef5350, #0000ff, #333333, #f6f6f7' -lines 10 -line-padding 5 -show"
bindsym $mod+d exec "rofi -show run"
bindsym $mod+Tab exec "rofi -show"
bindsym $mod+n exec $vpnmanager
############################################