From: Andre Ramnitz Date: Sun, 18 Aug 2024 12:36:09 +0000 (+0200) Subject: sirula: fuzzel master branch now has mouse support X-Git-Tag: v0.2~138 X-Git-Url: https://git.ramnitz.eu/?a=commitdiff_plain;h=df8ff181c7ca393a3ecf1d69ba2cf0aa6d7179f9;p=dotfiles.git sirula: fuzzel master branch now has mouse support --- diff --git a/config/sirula/config.toml b/config/sirula/config.toml deleted file mode 100644 index 32eddff4..00000000 --- a/config/sirula/config.toml +++ /dev/null @@ -1,15 +0,0 @@ -markup_highlight = 'underline="low"' -lines = 1 -icon_size = 32 -anchor_left = true -anchor_right = false -anchor_top = true -anchor_bottom = false -margin_top = 1 -margin_bottom = 0 -margin_left = 0 -margin_right = 0 -width = 400 -height = 1407 -command_prefix = ":" -exclusive = false diff --git a/config/sirula/sirula.gif b/config/sirula/sirula.gif deleted file mode 100644 index d8bb3375..00000000 Binary files a/config/sirula/sirula.gif and /dev/null differ diff --git a/config/sirula/sirula.png b/config/sirula/sirula.png deleted file mode 100644 index 59bf4a42..00000000 Binary files a/config/sirula/sirula.png and /dev/null differ diff --git a/config/sirula/style.css b/config/sirula/style.css deleted file mode 100644 index beb771d0..00000000 --- a/config/sirula/style.css +++ /dev/null @@ -1,48 +0,0 @@ -/* ----------------------------------- import ----------------------------------- */ -@import "../colors/colorscheme.css"; - - -.app-row { - transition: unset; - padding: 5px 0 5px 10px; - background: @ral9017; - color: @wt8; -} - -.app-row:hover { - border: 1px solid @black; - background: @yellow; - color: @bt8; -} - -.app-row:focus { - border: 1px solid @black; - background: @orange; - color: @bt8; -} - -.app-label { - margin-left: 10px; - font-family: Iosevka; - font-size: 16px; -} - -#root-box { - border: 1px solid @border; - border-radius: 2px; - background: @bt8; -} - -#search { - font-family: "Iosevka Nerd Font Propo"; - font-size: 13pt; - font-weight: 500; - font-stretch: expanded; - padding: 2px 8px; - margin: 5px; - border: 1px solid @border; - background: @forest; - color: @ws; -} - -