Make rofi use different sizes for desktop and laptop

This commit is contained in:
Chris Cochrun 2020-11-07 15:19:32 -06:00
parent 4117f168a5
commit 6925aafdf5
6 changed files with 42 additions and 162 deletions

View file

@ -13,14 +13,12 @@
# row row_center screen row_dock row_dropdown
# if [ $(hostname) = "chris-linuxlaptop" ]; then
# style="blurry-hidpi"
# #echo "this is hidpi"
# else
# style="blurry"
# #echo "this is not hidpi"
# fi
style="blurry"
if [ $(hostname) = "chris-linuxlaptop" ]; then
style="laptop"
#echo "this is hidpi"
else
style="desktop"
#echo "this is not hidpi"
fi
rofi -no-lazy-grab -show drun -modi drun,window,calc,ssh,run,emoji -theme launchers-git/"$style".rasi