11 lines
306 B
Plaintext
Raw Normal View History

2024-09-04 00:54:15 +06:00
#!/bin/sh
2024-10-27 00:29:18 +06:00
while read -r line; do export "$line"; done < /home/fs/scale_vars
dpi="125"
2025-02-15 20:38:47 +06:00
if [ "$XDG_SESSION_TYPE" == "wayland" ]; then
wofi --show run
else
# rofi -modi drun -show drun Papirus -dpi $dpi -sorting-method fzf -sort -matching fuzzy -show-icons -icon-theme Papirus
dmenu_run -l 15
fi