From b9502a79f25c3d354b824fe7881737589b0f4af2 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Fri, 5 Sep 2025 20:43:27 +0300 Subject: [PATCH] Remove wofi config I've been using fuzzel for a while now. --- dot_config/wofi/config | 17 ----------- dot_config/wofi/style.css | 60 --------------------------------------- 2 files changed, 77 deletions(-) delete mode 100644 dot_config/wofi/config delete mode 100644 dot_config/wofi/style.css diff --git a/dot_config/wofi/config b/dot_config/wofi/config deleted file mode 100644 index 885b23f..0000000 --- a/dot_config/wofi/config +++ /dev/null @@ -1,17 +0,0 @@ -#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 deleted file mode 100644 index c5f778f..0000000 --- a/dot_config/wofi/style.css +++ /dev/null @@ -1,60 +0,0 @@ -/** - * 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; -}