aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkdam0 <me@kumardamani.net>2023-03-14 22:21:16 +0000
committerkdam0 <me@kumardamani.net>2023-03-14 22:21:16 +0000
commit5ef530106420b741c30382f34d77a4588e943ecb (patch)
treefb6cfe65564e9edc2032c80eb4abede8757beba7
parent8503f7aeb172ea4b2ccb897faa9c65f3299791e5 (diff)
added foot mako and wofi confs
-rw-r--r--foot/.config/foot/foot.ini2
-rw-r--r--mako/.config/mako/config24
-rw-r--r--wofi/.config/wofi/style.css57
3 files changed, 83 insertions, 0 deletions
diff --git a/foot/.config/foot/foot.ini b/foot/.config/foot/foot.ini
new file mode 100644
index 0000000..dc9ed5e
--- /dev/null
+++ b/foot/.config/foot/foot.ini
@@ -0,0 +1,2 @@
+[colors]
+alpha=0.7
diff --git a/mako/.config/mako/config b/mako/.config/mako/config
new file mode 100644
index 0000000..9ddfc3b
--- /dev/null
+++ b/mako/.config/mako/config
@@ -0,0 +1,24 @@
+sort=-time
+layer=overlay
+background-color=#2e3440
+width=300
+height=110
+border-size=2
+border-color=#88c0d0
+border-radius=15
+icons=0
+max-icon-size=64
+default-timeout=5000
+ignore-timeout=1
+font=monospace 14
+
+[urgency=low]
+border-color=#cccccc
+
+[urgency=normal]
+border-color=#d08770
+
+[urgency=high]
+border-color=#bf616a
+default-timeout=0
+
diff --git a/wofi/.config/wofi/style.css b/wofi/.config/wofi/style.css
new file mode 100644
index 0000000..e91d682
--- /dev/null
+++ b/wofi/.config/wofi/style.css
@@ -0,0 +1,57 @@
+#entry {
+ border-radius: 3px;
+ padding: 2px 3px 2px 3px;
+}
+
+#entry:selected {
+ background-color: #5e81ac;
+}
+
+#text:selected {
+ color: #d8dee9;
+}
+
+#window {
+ padding: 2px;
+ background-color: rgba(53, 59, 73, 0.97);
+ border: 3px solid #3b4252;
+ border-radius: 2px;
+ font-family: 'Inter Nerd Font','FuraCode Nerd Font Mono';
+ font-size: 48px;
+}
+
+#input {
+ border: 2px solid #5e81ac;
+ background-color: #4c566a;
+ color: #d8dee9;
+ padding: 3px 5px 3px 5px;
+ border-radius: 5px;
+}
+
+#inner-box {
+ color: #d8dee9;
+ padding: 2px;
+ background-color: transparent;
+}
+
+#outer-box {
+ margin: 15px;
+ background-color: transparent;
+}
+
+#scroll {
+ margin-top: 10px;
+ background-color: transparent;
+ border: none;
+}
+
+#text {
+ padding: 3px;
+ background-color: transparent;
+}
+
+#img {
+ background-color: transparent;
+ padding: 5px;
+}
+