From: Andre Ramnitz Date: Fri, 16 Aug 2024 17:02:23 +0000 (+0200) Subject: sirula: initial config X-Git-Tag: v0.2~148 X-Git-Url: https://git.ramnitz.eu/?a=commitdiff_plain;h=874226b3210f07b18fe649ea3fd76596b6309734;p=dotfiles.git sirula: initial config --- diff --git a/config/sirula/config.toml b/config/sirula/config.toml new file mode 100644 index 00000000..32eddff4 --- /dev/null +++ b/config/sirula/config.toml @@ -0,0 +1,15 @@ +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 new file mode 100644 index 00000000..d8bb3375 Binary files /dev/null and b/config/sirula/sirula.gif differ diff --git a/config/sirula/sirula.png b/config/sirula/sirula.png new file mode 100644 index 00000000..59bf4a42 Binary files /dev/null and b/config/sirula/sirula.png differ diff --git a/config/sirula/style.css b/config/sirula/style.css new file mode 100644 index 00000000..beb771d0 --- /dev/null +++ b/config/sirula/style.css @@ -0,0 +1,48 @@ +/* ----------------------------------- 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; +} + +