Saataa andagii !

This commit is contained in:
Lukian 2025-03-09 17:59:28 +01:00
parent 828317089f
commit d3ed83c377
6 changed files with 104 additions and 67 deletions

View file

@ -0,0 +1,38 @@
## Wofi Config
## General
show=drun
prompt=Apps
normal_window=false
layer=overlay
term=foot
columns=2
## Geometry
location=center
orientation=vertical
halign=fill
line_wrap=off
dynamic_lines=false
## Images
allow_markup=true
allow_images=true
image_size=256
## Search
exec_search=false
hide_search=false
parse_search=false
insensitive=false
## Other
hide_scroll=true
no_actions=true
sort_order=default
gtk_dark=true
filter_rate=100
## Keys
key_expand=Tab
key_exit=Escape

View file

@ -11,8 +11,8 @@ TYPE="outer"
DURATION=3
# wofi window config (in %)
WIDTH=70
HEIGHT=70
WIDTH=35
HEIGHT=60
SWWW_PARAMS="--transition-fps $FPS --transition-type $TYPE --transition-duration $DURATION"
@ -24,9 +24,7 @@ RANDOM_PIC_NAME="${#PICS[@]}. random"
# WOFI STYLES
CONFIG=$HOME/.config/hypr/wofi-wallpapers/config
STYLE=$HOME/.config/hypr/wofi-wallpapers/style.css
COLORS=$HOME/.config/hypr/wofi-wallpapers/colors
CONFIG=$HOME/.config/hypr/scripts/config
# to check if swaybg is running
@ -37,7 +35,7 @@ fi
## Wofi Command
wofi_command="wofi --show dmenu \
--prompt choose...
--conf $CONFIG --style $STYLE --color $COLORS \
--conf $CONFIG \
--width=$WIDTH% --height=$HEIGHT% \
--cache-file=/dev/null \
--hide-scroll --no-actions \