Experimental magic-wormhole GUI interface added.

This commit is contained in:
Storm Dragon
2025-04-08 03:56:06 -04:00
parent ebe5dcf404
commit 100d25773c
3 changed files with 448 additions and 0 deletions

3
i38.sh
View File

@@ -588,6 +588,9 @@ mode "panel" {
# Weather information bound to w
bindsym w exec --no-startup-id ${i3Path}/scripts/weather.sh, mode "default"
# Magic wormhole bound to shift+W
bindsym Shift+w exec --no-startup-id ${i3Path}/scripts/wormhole.py, mode "default"
# System information bound to s
bindsym s exec --no-startup-id ${i3Path}/scripts/sysinfo.sh, mode "default"