]> Freerunner's - dotfiles.git/commitdiff
sirula: initial config
authorAndre Ramnitz <tux.rising@gmail.com>
Fri, 16 Aug 2024 17:02:23 +0000 (19:02 +0200)
committerAndre Ramnitz <tux.rising@gmail.com>
Mon, 26 Aug 2024 13:52:01 +0000 (15:52 +0200)
config/sirula/config.toml [new file with mode: 0644]
config/sirula/sirula.gif [new file with mode: 0644]
config/sirula/sirula.png [new file with mode: 0644]
config/sirula/style.css [new file with mode: 0644]

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