aboutsummaryrefslogtreecommitdiff
path: root/.config/wofi/style.css
diff options
context:
space:
mode:
authorsrdusr <trevorgray@srdusr.com>2025-08-30 19:22:59 +0200
committersrdusr <trevorgray@srdusr.com>2025-08-30 19:22:59 +0200
commit19120d4f9761c67d99ed1ce3da6084b83f5a49c9 (patch)
treef234cad1bdad88114a63c9702144da487024967a /.config/wofi/style.css
parent5928998af5404ae2be84c6cecc10ebf84bd3f3ed (diff)
downloaddotfiles-19120d4f9761c67d99ed1ce3da6084b83f5a49c9.tar.gz
dotfiles-19120d4f9761c67d99ed1ce3da6084b83f5a49c9.zip
Linux-specific dotfiles
Diffstat (limited to '.config/wofi/style.css')
-rw-r--r--.config/wofi/style.css99
1 files changed, 0 insertions, 99 deletions
diff --git a/.config/wofi/style.css b/.config/wofi/style.css
deleted file mode 100644
index 6fb5107..0000000
--- a/.config/wofi/style.css
+++ /dev/null
@@ -1,99 +0,0 @@
-* {
- transition: 0.2s;
-}
-
-window {
- font-family: "FiraCode Nerd Font Mono";
- font-size: 13px;
-}
-
-window {
- margin: 0px;
- border: 2px solid #cba6f7;
-/*
- background-color: #161925;
-*/
- background-color: transparent;
- border-radius: 16px;
-}
-
-#input {
- padding: 4px;
- margin: 20px;
- padding-left: 20px;
- border: none;
- color: #fff;
- font-weight: bold;
- background: linear-gradient(90deg, #cba6f7 0%, #94e2d5 100%);
- outline: none;
- border-radius: 16px;
-}
-
-#input image {
- color: #fff;
-}
-
-#input:focus {
- border: none;
- outline: none;
-}
-
-#inner-box {
- margin: 20px;
- margin-top: 0px;
- border: none;
- color: #cba6f7;
- border-radius: 16px;
-}
-
-#inner-box * {
- transition: none;
-}
-
-#outer-box {
- margin: 0px;
- border: none;
- padding: 0px;
- border-radius: 16px;
-}
-
-#scroll {
- margin-top: 5px;
- border: none;
- border-radius: 16px;
- margin-bottom: 5px;
-}
-
-#text:selected {
- color: #fff;
- font-weight: bold;
-}
-
-#img {
- margin-right: 20px;
- background: transparent;
-}
-
-#text {
- margin: 0px;
- border: none;
- padding: 0px;
- background: transparent;
-}
-
-#entry {
- margin: 0px;
- border: none;
- border-radius: 16px;
- background-color: transparent;
- min-height:32px;
- font-weight: bold;
-}
-
-#entry:selected {
- outline: none;
- margin: 0px;
- border: none;
- border-radius: 16px;
- background: linear-gradient(90deg, #cba6f7 0%, #94e2d5 100%);
-}