12 lines
217 B
Bash
Executable file
12 lines
217 B
Bash
Executable file
#!/bin/env sh
|
|
|
|
swaync-client --reload-css
|
|
|
|
# Reload waybar
|
|
killall waybar
|
|
killall pactl
|
|
nohup waybar &
|
|
|
|
# Reload hyprswitch
|
|
killall hyprswitch
|
|
nohup hyprswitch init --custom-css "$HOME/.config/hyprswitch/style.css" &
|