aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--dot_config/wofi/config2
-rw-r--r--dot_config/wofi/style.css46
2 files changed, 48 insertions, 0 deletions
diff --git a/dot_config/wofi/config b/dot_config/wofi/config
new file mode 100644
index 0000000..4d9d511
--- /dev/null
+++ b/dot_config/wofi/config
@@ -0,0 +1,2 @@
+allow_markup=false
+dmenu-parse_action=true
diff --git a/dot_config/wofi/style.css b/dot_config/wofi/style.css
new file mode 100644
index 0000000..3316176
--- /dev/null
+++ b/dot_config/wofi/style.css
@@ -0,0 +1,46 @@
+* {
+ font-family: monospace;
+}
+
+window {
+ background-color: #7C818C;
+}
+
+#input {
+ margin: 5px;
+ border-radius: 0px;
+ border: none;
+ border-bottom: 3px solid black;
+ background-color: #383C4A;
+ color: white;
+}
+
+#inner-box {
+ background-color: #383C4A;
+
+}
+
+#outer-box {
+ margin: 5px;
+ padding:20px;
+ background-color: #383C4A;
+}
+
+#scroll {
+}
+
+#text {
+ padding: 5px;
+ color: white;
+}
+
+#entry:nth-child(even){
+ background-color: #404552;
+}
+
+#entry:selected {
+ background-color: #5291e2;
+}
+
+#text:selected {
+}