Use fuzzel instead of wofi
This commit is contained in:
parent
3f512831f1
commit
05bdea504c
3 changed files with 14 additions and 2 deletions
12
.config/fuzzel/fuzzel.ini
Normal file
12
.config/fuzzel/fuzzel.ini
Normal file
|
@ -0,0 +1,12 @@
|
|||
[colors]
|
||||
background=24273add
|
||||
text=cad3f5ff
|
||||
prompt=b8c0e0ff
|
||||
placeholder=8087a2ff
|
||||
input=cad3f5ff
|
||||
match=a6da95ff
|
||||
selection=5b6078ff
|
||||
selection-text=cad3f5ff
|
||||
selection-match=a6da95ff
|
||||
counter=8087a2ff
|
||||
border=a6da95ff
|
|
@ -29,7 +29,7 @@ bindl = ,switch:on:Lid Switch,exec,hyprctl keyword monitor "eDP-1, disable"
|
|||
# Set programs that you use
|
||||
$terminal = kitty
|
||||
$fileManager = pcmanfm
|
||||
$menu = wofi --show drun
|
||||
$menu = fuzzel
|
||||
$lock = swaylock --color=000000 --daemonize
|
||||
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@ pacman -S dog exiv2 gnupg imagemagick mkcert ncdu nmap pass playerctl python-bla
|
|||
# Hyprland
|
||||
pacman -S hyprland xdg-desktop-portal-hyprland wofi qt5-wayland qt6-wayland
|
||||
pacman -S pipewire wireplumber pipewire-audio pipewire-alsa pipewire-pulse pipewire-jack pipewire-x11-bell
|
||||
pacman -S brightnessctl dunst hyprpaper otf-font-awesome udiskie waybar wl-clipboard
|
||||
pacman -S brightnessctl dunst fuzzel hyprpaper otf-font-awesome udiskie waybar wl-clipboard
|
||||
pacman -S grim slurp
|
||||
pacman -S swaylock
|
||||
# Graphical software
|
||||
|
|
Loading…
Reference in a new issue