aboutsummaryrefslogtreecommitdiff
path: root/wofi/style.css
diff options
context:
space:
mode:
authorAargh Rai <aargh.rai+git@gmail.com>2025-09-28 20:21:02 +0530
committerAargh Rai <aargh.rai+git@gmail.com>2025-09-28 20:21:02 +0530
commitc95e098ecdc44c74978b21e41f60e368e48f463f (patch)
treee05229e116c7d3dc64fff15cd5f034d0fc46ba2d /wofi/style.css
parentce2793694db5fdf3d6b5e5dac612528d61adede9 (diff)
removed btop + styled wofi
Diffstat (limited to 'wofi/style.css')
-rw-r--r--wofi/style.css58
1 files changed, 41 insertions, 17 deletions
diff --git a/wofi/style.css b/wofi/style.css
index 4911161..15e1f4a 100644
--- a/wofi/style.css
+++ b/wofi/style.css
@@ -1,29 +1,53 @@
-window {
- margin: 0px;
- border: 2px solid #89b4fa;
- background-color: #1e1e2e;
- border-radius: 10px;
+#window {
+ border: 3px solid rgba(--wofi-rgb-color1, 0.94);
+ background-color: rgba(--wofi-rgb-color1, 0.94);
+ font-size: 18px;
+ font-family: "JetbrainsMono Nerd Font";
+}
+
+#outer-box {
+ margin: 3px;
}
#input {
- margin: 5px;
- border: none;
- padding: 8px;
- color: #cdd6f4;
- background-color: #313244;
- border-radius: 8px;
+ border: 0;
+ border-radius: 0;
+ background-color: transparent;
+ color: --wofi-color0;
+ margin: 3px;
+}
+
+#input image:first-child {
+ margin-left: -100px;
+}
+
+#input image:last-child {
+ margin-right: -100px;
}
-#inner-box {
- margin: 5px;
+#input:focus {
+ border-radius: 0;
}
#entry {
- padding: 5px;
- border-radius: 6px;
+ color: --wofi-color0;
}
#entry:selected {
- background-color: #89b4fa;
- color: #1e1e2e;
+ background-color: rgba(--wofi-rgb-color0, 0.94);
+}
+
+#text:selected {
+ color: --wofi-color1;
+}
+
+#img {
+ margin-right: 5px;
+ margin-left: 3px;
+ margin-top: 3px;
+ margin-bottom: 3px;
+}
+
+#text {
+ margin-left: 3px;
}