diff options
| author | Aargh Rai <aargh.rai+git@gmail.com> | 2025-09-28 20:21:02 +0530 |
|---|---|---|
| committer | Aargh Rai <aargh.rai+git@gmail.com> | 2025-09-28 20:21:02 +0530 |
| commit | c95e098ecdc44c74978b21e41f60e368e48f463f (patch) | |
| tree | e05229e116c7d3dc64fff15cd5f034d0fc46ba2d | |
| parent | ce2793694db5fdf3d6b5e5dac612528d61adede9 (diff) | |
removed btop + styled wofi
| l--------- | btop/btop.conf | 1 | ||||
| l--------- | btop/btop.log | 1 | ||||
| -rw-r--r-- | hypr/hyprland/vars.conf | 2 | ||||
| -rwxr-xr-x | sync.sh | 3 | ||||
| -rw-r--r-- | wofi/colors | 2 | ||||
| -rw-r--r-- | wofi/config | 1 | ||||
| -rw-r--r-- | wofi/style.css | 58 |
7 files changed, 46 insertions, 22 deletions
diff --git a/btop/btop.conf b/btop/btop.conf deleted file mode 120000 index 2650bb2..0000000 --- a/btop/btop.conf +++ /dev/null @@ -1 +0,0 @@ -/nix/store/kyjb3a9b27mn7ylgsdzycjx0x000a2kl-home-manager-files/.config/btop/btop.conf
\ No newline at end of file diff --git a/btop/btop.log b/btop/btop.log deleted file mode 120000 index 25685c9..0000000 --- a/btop/btop.log +++ /dev/null @@ -1 +0,0 @@ -/nix/store/kyjb3a9b27mn7ylgsdzycjx0x000a2kl-home-manager-files/.config/btop/btop.log
\ No newline at end of file diff --git a/hypr/hyprland/vars.conf b/hypr/hyprland/vars.conf index c2a2c52..372e065 100644 --- a/hypr/hyprland/vars.conf +++ b/hypr/hyprland/vars.conf @@ -1,5 +1,5 @@ $terminal = foot $fileManager = foot -e yazi $llm = foot -e ollama run phi4 -$menu = wofi --show drun +$menu = wofi -a --show drun $taskManager = foot -e btop --force-utf @@ -1,7 +1,6 @@ #!/usr/bin/env bash -sudo rm -rf btop hypr nixos nvim tmux waybar wofi yazi starship.toml -sudo cp -r ~/.config/btop . +sudo rm -rf hypr nixos nvim tmux waybar wofi yazi starship.toml sudo cp -r ~/.config/hypr . sudo cp -r /etc/nixos . sudo cp -r ~/.config/nvim . diff --git a/wofi/colors b/wofi/colors new file mode 100644 index 0000000..1c6bb43 --- /dev/null +++ b/wofi/colors @@ -0,0 +1,2 @@ +#F0EDEC +#2C363C diff --git a/wofi/config b/wofi/config index 6e48624..4e868f0 100644 --- a/wofi/config +++ b/wofi/config @@ -1,5 +1,6 @@ show=drun allow_images=true +insensitive=true lines=10 width=600 prompt=Search... 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; } |
