refactor: refactored battery bash scripts into a C++ daemon
This commit is contained in:
parent
f5532e89ca
commit
16690836d6
10 changed files with 215 additions and 2 deletions
3
notifs/window
Executable file
3
notifs/window
Executable file
|
|
@ -0,0 +1,3 @@
|
|||
#!/bin/bash
|
||||
dunstify "Switching Window" "Current Window: $1" -t 1000 -r 5000
|
||||
swaymsg workspace number "$1"
|
||||
Loading…
Add table
Add a link
Reference in a new issue