Created
November 20, 2019 03:03
-
-
Save nathanchere/48a99ed5ff8bacbaa278b64a626f108d to your computer and use it in GitHub Desktop.
rofi config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* rofi -dump-theme output. | |
* Rofi version: 1.5.4 | |
**/ | |
* { | |
colorTextHighlightEmphasis: bold underline rgba ( 190, 255, 0, 100 % ); | |
colorTextDim: var(mutedPlum); | |
limeGreen: rgba ( 160, 255, 0, 100 % ); | |
colorAccent: var(limeGreen); | |
colorText: var(ivoryShadow); | |
mutedPlum: rgba ( 255, 190, 255, 40 % ); | |
ivoryShadow: rgba ( 255, 255, 255, 60 % ); | |
padding: 0; | |
background-color: rgba ( 0, 0, 0, 0 % ); | |
text-color: var(colorTextDim); | |
line-padding: 0; | |
hide-scrollbar: "true"; | |
font: "Iosevka Nerd Font 12"; | |
pastelGreen: rgba ( 110, 190, 100, 100 % ); | |
smokeyGlass: rgba ( 0, 0, 0, 80 % ); | |
colorTextDimEmphasis: bold rgba ( 140, 90, 140, 100 % ); | |
margin: 0; | |
selected-normal-foreground: var(colorAccent); | |
line-margin: 0; | |
separator-style: "none"; | |
selected-normal-background: var(colorAccentContrast); | |
colorAccentContrast: var(darkGrey); | |
colorTextHighlight: var(colorAccent); | |
darkGrey: rgba ( 40, 40, 50, 80 % ); | |
emeraldGreen: rgba ( 65, 240, 125, 100 % ); | |
colorBackground: var(smokeyGlass); | |
} | |
window { | |
width: 300px ; | |
orientation: horizontal; | |
location: (null); | |
anchor: (null); | |
children: [ mainbox ]; | |
transparency: true; | |
height: 100.0000%% ; | |
} | |
mainbox { | |
background-color: var(colorBackground); | |
spacing: 0; | |
children: [ entry,listview,mode-switcher ]; | |
} | |
mode-switcher { | |
spacing: 0; | |
} | |
button { | |
padding: 0; | |
margin: 0; | |
background-color: var(colorBackground); | |
font: "Iosevka Nerd Font 22"; | |
spacing: 0; | |
} | |
button selected { | |
background-color: var(colorAccent); | |
text-color: var(colorAccentContrast); | |
} | |
entry { | |
padding: 0.2000em ; | |
vertical-align: 1; | |
expand: false; | |
font: "Iosevka Nerd Font 24"; | |
border-color: var(colorAccent); | |
text-color: var(colorText); | |
border: 0px 0px 6px ; | |
} | |
listview { | |
padding: 12px 0px ; | |
margin: 0; | |
dynamic: false; | |
cycle: true; | |
spacing: 0; | |
} | |
element { | |
padding: 6px 0px ; | |
highlight: var(colorTextDimEmphasis); | |
text-color: var(colorTextDim); | |
} | |
element normal.urgent { | |
text-color: var(colorTextDimEmphasis); | |
} | |
element normal.active { | |
background-color: var(limeGreen); | |
text-color: var(limeGreen); | |
} | |
element selected { | |
background-color: var(colorAccentContrast); | |
highlight: var(colorTextHighlightEmphasis); | |
border-color: var(colorAccent); | |
text-color: var(colorTextHighlight); | |
border: 0px 3px 0px 0px ; | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Monitor layout: | |
ID: 0 (primary) | |
name: DP-2 | |
position: 0,0 | |
size: 1920,1080 | |
size: 344mm,193mm dpi: 142,142 | |
Detected modi: | |
* +window | |
* windowcd | |
* +run | |
* +ssh | |
* drun | |
* combi | |
* keys | |
* emoji | |
Compile time options: | |
* window enabled | |
* drun enabled | |
* gcov disabled | |
* asan disabled | |
For more information see: man rofi | |
Version: 1.5.4 | |
Bugreports: https://github.com/davatorium/rofi/ | |
Support: https://reddit.com/r/qtools/ | |
#rofi @ freenode.net | |
Configuration file: /home/norfen/.config/rofi/config.rasi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment