yadm-config/.config/theming/update.sh

7 lines
156 B
Bash
Executable file

#!/bin/env sh
swaync-client --reload-css
# Reload hyprswitch
killall hyprswitch
nohup hyprswitch init --custom-css "$HOME/.config/hyprswitch/style.css" &