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