]> Freerunner's - dotfiles.git/commitdiff
wofi: add config
authorAndre Ramnitz <tux.rising@gmail.com>
Fri, 15 Dec 2023 22:50:35 +0000 (23:50 +0100)
committerAndre Ramnitz <tux.rising@gmail.com>
Sun, 18 Aug 2024 16:18:52 +0000 (18:18 +0200)
wofi/.config/wofi/config [new file with mode: 0644]
wofi/.config/wofi/style.css [new file with mode: 0644]

diff --git a/wofi/.config/wofi/config b/wofi/.config/wofi/config
new file mode 100644 (file)
index 0000000..b10bb62
--- /dev/null
@@ -0,0 +1,5 @@
+width=20%
+allow_images=true
+allow_markup=false
+term=foot
+
diff --git a/wofi/.config/wofi/style.css b/wofi/.config/wofi/style.css
new file mode 100644 (file)
index 0000000..be48048
--- /dev/null
@@ -0,0 +1,44 @@
+window {
+    margin: 5px;
+    border: 2px solid #595959;
+    background-color: rgba(43, 48, 59, 1);
+}
+#input {
+    margin: 8px;
+    border: 2px solid #585858;
+    color: #b8b8b8;
+    background-color: #282828;
+}
+#input:focus {
+    border-color: lightblue;
+}
+#outer-box {
+    margin: 5px;
+    border: 2px solid f8f8f8;
+    background-color: f8f8f8;
+}
+#inner-box {
+    margin: 5px;
+    border: 2px solid f8f8f8;
+    background-color: f8f8f8;
+}
+#scroll {
+    margin: 2px;
+    border: none;
+}
+#text {
+    margin: 5px;
+    border: none;
+    color: #d8d8d8;
+}
+#text:selected {
+    color: #282828;
+}
+#entry {
+    margin: 1px;
+    background-color: #rgba(23,28,39,0.3);
+}
+#entry:selected {
+    background-color: lightblue;
+}
+