convertablet/configs/daemon-hooks/basestation-disconnected-hook
Yuki Joou 2049494676 configs: Added sample waybar config
This also adds a few lines to the example hooks to toggle between the
configs depending on the state of the computer
2023-07-21 02:54:09 +02:00

11 lines
230 B
Bash
Executable file

#!/bin/bash
notify-send "Basestation disconnected";
# Enable on-screen keyboard
gsettings set org.gnome.desktop.a11y.applications screen-keyboard-enabled true
# Swap waybar
pkill waybar
waybar -c ~/.config/waybar/config-tablet