diff options
| author | 2026-04-21 01:24:42 +0100 | |
|---|---|---|
| committer | 2026-04-21 01:24:42 +0100 | |
| commit | 5cd3b203a0119f06f7545fd91e9aa308721144e1 (patch) | |
| tree | 3df366afa7ab3c856a4c59570a1d3e2e5a576206 | |
| parent | 3ffb5cd335717b4250c71a1004b70b95a830c65c (diff) | |
| download | dotfiles-5cd3b203a0119f06f7545fd91e9aa308721144e1.tar.gz dotfiles-5cd3b203a0119f06f7545fd91e9aa308721144e1.tar.bz2 dotfiles-5cd3b203a0119f06f7545fd91e9aa308721144e1.zip | |
sway: add poweralertd for battery notifications via mako
| -rw-r--r-- | dot_config/sway/config | 1 | ||||
| -rw-r--r-- | meta/wayland.txt | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/dot_config/sway/config b/dot_config/sway/config index b341df3..e66b077 100644 --- a/dot_config/sway/config +++ b/dot_config/sway/config @@ -154,4 +154,5 @@ bar { exec systemctl --user import-environment DISPLAY WAYLAND_DISPLAY SWAYSOCK XDG_CURRENT_DESKTOP exec dbus-update-activation-environment --systemd DISPLAY WAYLAND_DISPLAY SWAYSOCK XDG_CURRENT_DESKTOP exec mako +exec poweralertd exec "sleep 2 && ~/.config/sway/display-toggle.sh init" diff --git a/meta/wayland.txt b/meta/wayland.txt index b84e7c3..773b901 100644 --- a/meta/wayland.txt +++ b/meta/wayland.txt @@ -12,6 +12,7 @@ ghostty # Notifications mako libnotify +poweralertd # Lock screen swaylock |
