I DONLT KNOW ANYMORE!!

This commit is contained in:
Chris Cochrun 2022-01-03 12:27:41 -06:00
parent 5729629ba7
commit ed8d575d18
18 changed files with 88 additions and 55 deletions

View file

@ -1,8 +1,13 @@
#!/usr/bin/env bash
# Very basic interface for rbw using rofi
if [ $(hostname) = "syl" ]; then
style="laptop-rbw-wayland"
#echo "this is hidpi"
if [ $XDG_SESSION_TYPE = "x11" ]; then
style="laptop-rbw"
echo "this is x11"
else
style="laptop-rbw-wayland"
echo "this is wayland"
fi
else
style="desktop-rbw"
#echo "this is not hidpi"