summaryrefslogtreecommitdiff
path: root/common/home/wofi
diff options
context:
space:
mode:
authorNathan Reiner <nathan@nathanreiner.xyz>2024-09-18 18:58:59 +0200
committerNathan Reiner <nathan@nathanreiner.xyz>2024-09-18 18:58:59 +0200
commitebb67feeb46226dff0d384c7800dab4e42a03912 (patch)
treed3e91ce8dace5770792f4633b31ecea93988bc5c /common/home/wofi
parent04e96de97689d1b78437df4173ece9857d9c6a61 (diff)
refactor home
Diffstat (limited to 'common/home/wofi')
-rw-r--r--common/home/wofi/default.nix5
-rw-r--r--common/home/wofi/style.css47
2 files changed, 0 insertions, 52 deletions
diff --git a/common/home/wofi/default.nix b/common/home/wofi/default.nix
deleted file mode 100644
index d8cf5a9..0000000
--- a/common/home/wofi/default.nix
+++ /dev/null
@@ -1,5 +0,0 @@
-{ ... }:
-{
- enable = true;
- style = builtins.readFile ./style.css;
-}
diff --git a/common/home/wofi/style.css b/common/home/wofi/style.css
deleted file mode 100644
index 7e38346..0000000
--- a/common/home/wofi/style.css
+++ /dev/null
@@ -1,47 +0,0 @@
-* {
- font-family: "SauceCodePro NF";
-}
-
-window {
- background: transparent;
- color: #ebdbb2;
-}
-
-#outer-box {
- border-radius: 10px;
- background: transparent;
-}
-
-entry#input {
- background: #1d2021;
- border: 2px solid #b16286;
- margin-bottom: 10px;
- padding: 10px;
- border-radius: 10px;
-}
-#scroll {
- border-radius: 10px;
- border: 2px solid #3c3836;
- background: #1d2021;
-}
-
-#entry {
- border: none;
- background: transparent;
-}
-
-.entry {
- border-radius: 5px;
- border: none;
- padding: 8px;
- margin: 2px;
-}
-
-.entry#selected {
- border: none;
- background: #b16286;
-}
-
-.entry#selected label {
- background: #b16286;
-}