]> Freerunner's - dotfiles.git/commitdiff
sirula: fuzzel master branch now has mouse support
authorAndre Ramnitz <tux.rising@gmail.com>
Sun, 18 Aug 2024 12:36:09 +0000 (14:36 +0200)
committerAndre Ramnitz <tux.rising@gmail.com>
Mon, 26 Aug 2024 13:52:01 +0000 (15:52 +0200)
config/sirula/config.toml [deleted file]
config/sirula/sirula.gif [deleted file]
config/sirula/sirula.png [deleted file]
config/sirula/style.css [deleted file]

diff --git a/config/sirula/config.toml b/config/sirula/config.toml
deleted file mode 100644 (file)
index 32eddff..0000000
+++ /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 (file)
index d8bb337..0000000
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 (file)
index 59bf4a4..0000000
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 (file)
index beb771d..0000000
+++ /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;
-}
-
-