feat:migrate hyprland config with nwg tools

This commit is contained in:
grassblock 2025-06-04 15:08:49 +08:00
parent 54ea69dd8e
commit fc39a811c9
251 changed files with 23198 additions and 118 deletions

View file

@ -0,0 +1,8 @@
#!/usr/bin/bash
a=$(swaync-client -c)
if [ "$a" -gt "0" ]; then
echo bell
echo $a
fi