Fixed deprecated rofi theme option
This commit is contained in:
parent
c7cecdab75
commit
b8e84128e0
|
@ -10,9 +10,9 @@ else
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ $WM == 'i3' ]]; then
|
if [[ $WM == 'i3' ]]; then
|
||||||
res=$(printf "🔒 Lock|↩ Logout|↻ Reload i3|↹ Restart i3|↯ Hibernate|🡙 Reboot|⏻ Shutdown" | rofi -sep "|" -dmenu -i -p 'Power: ' "" -columns 1 -rows 7 -width 32 -l 1 -theme /home/jpm/.config/rofi/sidebar -hide-scrollbar -eh 1 -location 0 -padding 12 -opacity 100 -auto-select -no-fullscreen)
|
res=$(printf "🔒 Lock|↩ Logout|↻ Reload i3|↹ Restart i3|↯ Hibernate|🡙 Reboot|⏻ Shutdown" | rofi -sep "|" -dmenu -i -p 'Power: ' "" -columns 1 -rows 7 -width 32 -l 1 -theme /home/jpm/.config/rofi/sidebar.rasi -hide-scrollbar -eh 1 -location 0 -padding 12 -opacity 100 -auto-select -no-fullscreen)
|
||||||
else
|
else
|
||||||
res=$(echo "🔒 Lock|🖵 Toggle Displays|⚿ Yubico Authenticator|↻ Reload Sway|↻ Reload Waybar|↩ Logout|↯ Hibernate|🡙 Reboot|⏻ Shutdown" | rofi -sep "|" -dmenu -i -p 'Power: ' "" -theme /home/jpm/.config/rofi/sidebar -no-lazy-grab -auto-select -no-fullscreen)
|
res=$(echo "🔒 Lock|🖵 Toggle Displays|⚿ Yubico Authenticator|↻ Reload Sway|↻ Reload Waybar|↩ Logout|↯ Hibernate|🡙 Reboot|⏻ Shutdown" | rofi -sep "|" -dmenu -i -p 'Power: ' "" -theme /home/jpm/.config/rofi/sidebar.rasi -no-lazy-grab -auto-select -no-fullscreen)
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$res" == "🔒 Lock" ]; then
|
if [ "$res" == "🔒 Lock" ]; then
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
INPUT="$(rofi -dmenu -i -p 'Kodi:' "" -columns 1 -rows 7 -width 32 -l 1 \
|
INPUT="$(rofi -dmenu -i -p 'Kodi:' "" -columns 1 -rows 7 -width 32 -l 1 \
|
||||||
-theme /home/jpm/.config/rofi/sidebar -hide-scrollbar -eh 1 -location \
|
-theme /home/jpm/.config/rofi/sidebar.rasi -hide-scrollbar -eh 1 -location \
|
||||||
0 -padding 12 -opacity 100)"
|
0 -padding 12 -opacity 100)"
|
||||||
|
|
||||||
/home/jpm/scripts/send-to-kodi.sh $INPUT 2>&1 /dev/null
|
/home/jpm/scripts/send-to-kodi.sh $INPUT 2>&1 /dev/null
|
||||||
|
|
|
@ -2,7 +2,8 @@
|
||||||
|
|
||||||
res=$(echo "john.me.tz|root@john.me.tz|t470s.lan.john.me.tz|shb.ng|\
|
res=$(echo "john.me.tz|root@john.me.tz|t470s.lan.john.me.tz|shb.ng|\
|
||||||
kipary.fastnet.ch|media.lan.john.me.tz|pipcam0.lan.john.me.tz|\
|
kipary.fastnet.ch|media.lan.john.me.tz|pipcam0.lan.john.me.tz|\
|
||||||
therm.lan.john.me.tz|hud.lan.john.me.tz|vm.lan.john.me.tz|mac.lan.john.me.tz|AndroidUSB" | \
|
therm.lan.john.me.tz|hud.lan.john.me.tz|vm.lan.john.me.tz|mac.lan.john.me.tz|light.lan.john.me.tz|\
|
||||||
|
AndroidUSB" | \
|
||||||
rofi -sep "|" -dmenu -i -p 'P ' "" -columns 1 -rows 1 -width 45 -l 1 -config \
|
rofi -sep "|" -dmenu -i -p 'P ' "" -columns 1 -rows 1 -width 45 -l 1 -config \
|
||||||
/home/jpm/.config/rofi/config.rasi -theme /home/jpm/.config/rofi/sidebar.rasi -hide-scrollbar -eh 1 -location 0 -yoffset 0 \
|
/home/jpm/.config/rofi/config.rasi -theme /home/jpm/.config/rofi/sidebar.rasi -hide-scrollbar -eh 1 -location 0 -yoffset 0 \
|
||||||
-padding 12 -opacity 100 -auto-select -no-fullscreen)
|
-padding 12 -opacity 100 -auto-select -no-fullscreen)
|
||||||
|
@ -30,6 +31,8 @@ elif [ $res = "therm.lan.john.me.tz" ]; then
|
||||||
/usr/bin/urxvt -e /bin/bash -c '/home/jpm/scripts/sshs t'
|
/usr/bin/urxvt -e /bin/bash -c '/home/jpm/scripts/sshs t'
|
||||||
elif [ $res = "vm.lan.john.me.tz" ]; then
|
elif [ $res = "vm.lan.john.me.tz" ]; then
|
||||||
/usr/bin/urxvt -e /bin/bash -c '/home/jpm/scripts/sshs v'
|
/usr/bin/urxvt -e /bin/bash -c '/home/jpm/scripts/sshs v'
|
||||||
|
elif [ $res = "light.lan.john.me.tz" ]; then
|
||||||
|
/usr/bin/urxvt -e /bin/bash -c '/home/jpm/scripts/sshs light'
|
||||||
elif [ $res = "mac.lan.john.me.tz" ]; then
|
elif [ $res = "mac.lan.john.me.tz" ]; then
|
||||||
/usr/bin/gvncviewer 192.168.2.10 >> /home/jpm/macos
|
/usr/bin/gvncviewer 192.168.2.10 >> /home/jpm/macos
|
||||||
elif [ $res = "AndroidUSB" ]; then
|
elif [ $res = "AndroidUSB" ]; then
|
||||||
|
|
Loading…
Reference in New Issue