Saataa andagii !
This commit is contained in:
parent
828317089f
commit
d3ed83c377
6 changed files with 104 additions and 67 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue