mirror of
https://github.com/Mastermindzh/dotfiles.git
synced 2024-11-24 07:44:09 +01:00
configured the rofi colours globally
This commit is contained in:
parent
907a00cac2
commit
54efa8ffa4
12
config/rofi
12
config/rofi
@ -1,8 +1,8 @@
|
|||||||
rofi.color-window: #273238, #273238, #1e2529
|
rofi.color-window: #1e1e1e, #333333, #333333
|
||||||
rofi.color-normal: #273238, #c1c1c1, #273238, #394249, #ffffff
|
rofi.color-normal: #1e1e1e, #848484, #1e1e1e, #333333, #f6f6f7
|
||||||
rofi.color-active: #273238, #80cbc4, #273238, #394249, #80cbc4
|
rofi.color-active: #333333, #ef5350, #0000ff, #333333, #f6f6f7
|
||||||
rofi.color-urgent: #273238, #ff1844, #273238, #394249, #ff1844
|
rofi.color-urgent: #333333, #ef5350, #0000ff, #333333, #f6f6f7
|
||||||
|
|
||||||
rofi.lines: 10
|
rofi.lines: 10
|
||||||
rofi.line-padding: 15
|
rofi.line-padding: 5
|
||||||
rofi.font: monospace 10
|
rofi.font: monospace 10
|
@ -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
|
bindsym $mod+shift+b exec /bin/bash ~/.config/i3/scripts/brightness.sh
|
||||||
|
|
||||||
# Rofi
|
# Rofi
|
||||||
# window: background border dividerline
|
bindsym $mod+d exec "rofi -show run"
|
||||||
# normal: odd lines - text colour - even lines - hover lines - hover text colour
|
bindsym $mod+Tab exec "rofi -show"
|
||||||
# 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+n exec $vpnmanager
|
bindsym $mod+n exec $vpnmanager
|
||||||
|
|
||||||
############################################
|
############################################
|
||||||
|
Loading…
Reference in New Issue
Block a user