mirror of
https://github.com/alrayyes/server-dotfiles
synced 2023-11-14 15:56:25 +00:00
tweaked rofi colours
This commit is contained in:
parent
fce0e0d363
commit
fccd81d2dc
@ -62,8 +62,7 @@ bindsym $mod+Shift+q kill
|
|||||||
# There also is the (new) i3-dmenu-desktop which only displays applications
|
# There also is the (new) i3-dmenu-desktop which only displays applications
|
||||||
# shipping a .desktop file. It is a wrapper around dmenu, so you need that
|
# shipping a .desktop file. It is a wrapper around dmenu, so you need that
|
||||||
# installed.
|
# installed.
|
||||||
# bindsym $mod+d exec --no-startup-id i3-dmenu-desktop
|
bindsym $mod+d exec rofi -show run -eh 2 -font "System San Francisco Display 18" -fullscreen
|
||||||
bindsym $mod+d exec rofi -show run -lines 3 -eh 2 -width 100 -opacity "85" -bw 0 -hlfg "#9575cd" -font "System San Francisco Display 18" -bc "#2f343f" -bg "#2f343f" -hlbg "#2f343f" -fg "#f3f4f5" -padding 500 -fullscreen
|
|
||||||
|
|
||||||
# change focus
|
# change focus
|
||||||
bindsym $mod+j focus left
|
bindsym $mod+j focus left
|
||||||
|
@ -1,3 +1,20 @@
|
|||||||
|
!-------------------------------------------------------------------------------
|
||||||
|
! Rofi settings
|
||||||
|
!-------------------------------------------------------------------------------
|
||||||
|
rofi.color-enabled: true
|
||||||
|
rofi.color-window: argb: EE000000, argb: EE000000, argb: EE000000
|
||||||
|
rofi.color-normal: #111, #819396, #222, #008ed4, #ffffff
|
||||||
|
rofi.color-active: #002b37, #008ed4, #003643, #008ed4, #66c6ff
|
||||||
|
rofi.color-urgent: #002b37, #da4281, #003643, #008ed4, #890661
|
||||||
|
|
||||||
|
rofi.fake-transparency: true
|
||||||
|
rofi.lines: 3
|
||||||
|
rofi.bw: 0
|
||||||
|
rofi.hide-scrollbar: true
|
||||||
|
rofi.width: 30
|
||||||
|
rofi.element-hight: 2
|
||||||
|
rofi.padding: 500
|
||||||
|
|
||||||
!-------------------------------------------------------------------------------
|
!-------------------------------------------------------------------------------
|
||||||
! Xft settings
|
! Xft settings
|
||||||
!-------------------------------------------------------------------------------
|
!-------------------------------------------------------------------------------
|
||||||
|
@ -1,3 +1,20 @@
|
|||||||
|
!-------------------------------------------------------------------------------
|
||||||
|
! Rofi settings
|
||||||
|
!-------------------------------------------------------------------------------
|
||||||
|
rofi.color-enabled: true
|
||||||
|
rofi.color-window: argb: EE000000, argb: EE000000, argb: EE000000
|
||||||
|
rofi.color-normal: #111, #819396, #222, #008ed4, #ffffff
|
||||||
|
rofi.color-active: #002b37, #008ed4, #003643, #008ed4, #66c6ff
|
||||||
|
rofi.color-urgent: #002b37, #da4281, #003643, #008ed4, #890661
|
||||||
|
|
||||||
|
rofi.fake-transparency: true
|
||||||
|
rofi.lines: 3
|
||||||
|
rofi.bw: 0
|
||||||
|
rofi.hide-scrollbar: true
|
||||||
|
rofi.width: 30
|
||||||
|
rofi.element-hight: 2
|
||||||
|
rofi.padding: 500
|
||||||
|
|
||||||
!-------------------------------------------------------------------------------
|
!-------------------------------------------------------------------------------
|
||||||
! Xft settings
|
! Xft settings
|
||||||
!-------------------------------------------------------------------------------
|
!-------------------------------------------------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user