aboutsummaryrefslogtreecommitdiff
path: root/.config/wofi/style.css
diff options
context:
space:
mode:
authorm0ntagur <leander@leander-scherer.de>2023-11-27 18:43:12 +0100
committerm0ntagur <leander@leander-scherer.de>2023-11-27 18:43:12 +0100
commit7b97cef3473ea0897c9c9027a4e9777843c0e50f (patch)
tree5cbd7bb25a9b2260aad67124426b2ff6c750b845 /.config/wofi/style.css
parent62e3ad0e675ff818dc5a85ef8926b15f6ba92c5a (diff)
Diffstat (limited to '.config/wofi/style.css')
-rw-r--r--.config/wofi/style.css34
1 files changed, 34 insertions, 0 deletions
diff --git a/.config/wofi/style.css b/.config/wofi/style.css
new file mode 100644
index 0000000..df47f8e
--- /dev/null
+++ b/.config/wofi/style.css
@@ -0,0 +1,34 @@
+@import url("/home/user/.cache/wal/colors-css");
+
+* {
+ color: @foreground;
+ background: transparent;
+}
+
+#input {
+ border-radius: 0.75em;
+ border: 2px solid alpha(@color3, 0.3);
+ box-shadow: none;
+ background: alpha(@background, 0.8);
+}
+
+#outer-box {
+ padding: 10px;
+ border-radius: 0.75em;
+ border: 2px solid alpha(@color3, 0.3);
+ background: alpha(@background, 0.5);
+}
+
+#scroll {
+ margin-top: 10px;
+}
+
+#img {
+ margin-right: 2px;
+ -gtk-icon-transform:scale(0.6);
+}
+
+#entry:selected {
+ border-radius: 0.25em;
+ background-color: alpha(@background, 0.3);
+}