🔥 rm jbr-tbx & shutdown.sh
This commit is contained in:
@@ -27,4 +27,3 @@ exec-once = mpvpaper -vs -o "vo=libmpv --gpu-api=vulkan --hwdec=auto --no-audio
|
||||
# | | ||_>(_
|
||||
|
||||
exec-once = waybar & dunst
|
||||
exec-once = jetbrains-toolbox
|
||||
|
||||
@@ -1,15 +0,0 @@
|
||||
#!/bin/bash
|
||||
case $(
|
||||
wofi -d -L 6 -l 3 -W 100 -x -100 -y 10 \
|
||||
-D dynamic_lines=true <<EOF | sed 's/^ *//'
|
||||
Shutdown
|
||||
Reboot
|
||||
EOF
|
||||
) in
|
||||
"Shutdown")
|
||||
poweroff
|
||||
;;
|
||||
"Reboot")
|
||||
reboot
|
||||
;;
|
||||
esac
|
||||
Reference in New Issue
Block a user