diff --git a/dot_config/wofi/config b/dot_config/wofi/config new file mode 100644 index 0000000..885b23f --- /dev/null +++ b/dot_config/wofi/config @@ -0,0 +1,17 @@ +#show=drun +#filter_rate=100 +#allow_markup=true +#no_actions=true +#halign=fill +#orientation=vertical +#content_halign=fill +#insensitive=true +allow_images=true +image_size=40 +#width=300 +#height=200 +insensitive=true +mode=drun,run +columns=1 +padding:5 +lines=6 diff --git a/dot_config/wofi/style.css b/dot_config/wofi/style.css new file mode 100644 index 0000000..c5f778f --- /dev/null +++ b/dot_config/wofi/style.css @@ -0,0 +1,60 @@ +/** + * Selenized dark variant Wofi Color theme + **/ + + +window { + margin: 1px; + border: 1px solid #adbcbc; + background-color: #103c48; +} + +#input { + margin: 1px; + border: 2px dashed #84c747; + border-top-color: #103c48; + border-left-color: #103c48; + border-right-color: #103c48; + border-bottom-color: #84c747; + background-color: #103c48; + color: #adbcbc; + font: 14px DejaVu Sans Mono; +} + +#inner-box { + margin: 1px; + border: 2px none #103c48; + background-color: #103c48; +} + +#outer-box { + margin: 1px; + border: 2px none #103c48; + background-color: #103c48; +} + +#scroll { + margin: 1px; + border: 2px solid #103c48; + background-color: #103c48; + color: #adbcbc; +} + +#text { + margin: 1px; + border: 1px none #103c48; + font: 14px DejaVu Sans Mono; +} + +#selected { + margin: 0px; + border: 2px none #325b66; + background-color: #325b66; + color: #adbcbc; +} + +#entry { + margin: 1px; + border: 1px none #103c48; + background-color: #103c48; +}