rice

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

commit 6607c209ac3ece0732490cc9a3a88d9533ae45fe
parent 27d437c6c3a4de498d6419c1e25b77276c10b827
Author: Mark Feller <mark@mfeller.io>
Date:   Wed, 30 Dec 2020 11:50:15 -0700

remove rofi

Diffstat:
Ddots/.config/rofi/config | 32--------------------------------
1 file changed, 0 insertions(+), 32 deletions(-)

diff --git a/dots/.config/rofi/config b/dots/.config/rofi/config @@ -1,32 +0,0 @@ -! vim: syntax=xdefaults - -rofi.combi-modi: window,drun,run -rofi.font: Fira Mono Bold 11 -rofi.modi: combi,drun,run - -! Sizing -rofi.width: 20 -rofi.lines: 10 -rofi.location: 0 -rofi.line-padding: 6 -rofi.bw: 3 -rofi.padding: 20 - -! Styling -rofi.fixed-num-lines: false -rofi.separator-style: solid -rofi.hide-scrollbar: true - -! Positioning -rofi.yoffset: -250 -rofi.xoffset: 0 - -! Color scheme -! State: 'bg', 'fg', 'bgalt', 'hlbg', 'hlfg' -rofi.color-normal: #161819, #ebdbb2, #161819, #1d2021, #ebdbb2 -rofi.color-urgent: #161819, #ebdbb2, #161819, #1d2021, #fdf6e3 -rofi.color-active: #161819, #268bd2, #161819, #1d2021, #fdf6e3 - -! 'background', 'border', 'separator' -rofi.color-window: #161819, #1d2021, #1d2021 -