2024-09-04 00:54:15 +06:00
|
|
|
#!/bin/sh
|
2024-10-14 00:46:34 +06:00
|
|
|
# while read -r line; do export "$line"; done < /home/fs/scale_vars
|
|
|
|
dpi="100"
|
|
|
|
rofi -modi drun -show drun Papirus -dpi $dpi -sorting-method fzf -sort -matching fuzzy -show-icons -icon-theme Papirus
|
2024-09-04 00:54:15 +06:00
|
|
|
# rofi -modi drun -show drun -show-icons -icon-theme Papirus -dpi $dpi -sorting-method fzf -sort -matching fuzzy
|