rice

personal dot files and scripts for linux and macOS
Log | Files | Refs | README | LICENSE

config (808B)


      1 ! vim: syntax=xdefaults
      2 
      3 rofi.combi-modi:    window,drun,run
      4 rofi.font:          Fira Mono Bold 11
      5 rofi.modi:          combi,drun,run
      6 
      7 ! Sizing
      8 rofi.width:        20
      9 rofi.lines:        10
     10 rofi.location:     0
     11 rofi.line-padding: 6
     12 rofi.bw:           3
     13 rofi.padding:      20
     14 
     15 ! Styling
     16 rofi.fixed-num-lines: false
     17 rofi.separator-style: solid
     18 rofi.hide-scrollbar:  true
     19 
     20 ! Positioning
     21 rofi.yoffset:       -250
     22 rofi.xoffset:       0
     23 
     24 ! Color scheme
     25 ! State:           'bg',     'fg',   'bgalt',  'hlbg',  'hlfg'
     26 rofi.color-normal:  #161819, #ebdbb2, #161819, #1d2021, #ebdbb2
     27 rofi.color-urgent:  #161819, #ebdbb2, #161819, #1d2021, #fdf6e3
     28 rofi.color-active:  #161819, #268bd2, #161819, #1d2021, #fdf6e3
     29 
     30 !                  'background', 'border', 'separator'
     31 rofi.color-window:  #161819,     #1d2021,  #1d2021
     32