commit 33372bde815989d374aed02b5fe35d366f40e5a5
parent ec5c6f1b8beebd1279e5b0d98d4f8a21db91bcb1
Author: Leah (ctucx) <leah@ctu.cx>
Date: Thu, 7 Oct 2021 13:09:05 +0200
parent ec5c6f1b8beebd1279e5b0d98d4f8a21db91bcb1
Author: Leah (ctucx) <leah@ctu.cx>
Date: Thu, 7 Oct 2021 13:09:05 +0200
wofi: new style
2 files changed, 29 insertions(+), 50 deletions(-)
M
|
75
++++++++++++++++++++++++++-------------------------------------------------
diff --git a/private_dot_config/wofi/config b/private_dot_config/wofi/config @@ -2,4 +2,5 @@ show=drun prompt=search insensitive=true allow_images=true -image_size=16 +image_size=20 +term=alacritty+ \ No newline at end of file
diff --git a/private_dot_config/wofi/style.css b/private_dot_config/wofi/style.css @@ -1,69 +1,46 @@ -@define-color base00 #181818; -@define-color base01 #282828; -@define-color base02 #383838; -@define-color base03 #585858; -@define-color base04 #b8b8b8; -@define-color base05 #d8d8d8; -@define-color base06 #e8e8e8; -@define-color base07 #f8f8f8; -@define-color base08 #ab4642; -@define-color base09 #dc9656; -@define-color base0A #f7ca88; -@define-color base0B #a1b56c; -@define-color base0C #86c1b9; -@define-color base0D #7cafc2; -@define-color base0E #ba8baf; -@define-color base0F #a16946; +* { + font-family: 'Noto Sans'; + font-size: 14px; +} window { -margin: 0px; -border: 2px solid @base02; -border-radius: 5px; -background-color: @base01; -font-family: monospace; -font-size: 14px; + background: rgba(0, 0, 0, 0); + } -#input { -margin: 5px; -border: 1px solid @base02; -color: #eceff4; -background-color: @base02; +arrow { + margin: -10px; + color: transparent; } -#input image { - color: #eceff4; +#outer-box { + background: rgba(0, 0, 0, 0.5); + padding: 5px; + border: 2px solid #383838; + border-radius: 7px; + font-size: 14px; } #inner-box { -margin: 5px; -border: none; -background-color: @base01; + margin: 10px; } -#outer-box { -margin: 5px; -border: none; -background-color: @base01; +#input { + background: rgba(0, 0, 0, 0.2); + margin: 5px; + border: 1px solid #383838; + color: #eceff4; } -#scroll { -margin: 0px; -border: none; +#entry { + background: none; } #text { -margin: 5px; -border: none; -color: #eceff4; -} - -#entry:selected { - background-color: @base03; - font-weight: normal; + margin: 6px; } #text:selected { - background-color: @base03; - font-weight: normal; + font-weight: bold; + font-size: 15px; }