Changes to be committed:

modified:   .config/sway/config
	deleted:    .config/sway/waybar
	new file:   .config/sway/waybar/config.jsonc
	new file:   .config/sway/waybar/style.css
	new file:   .config/systemd/user/default.target.wants/shikane.service
	new file:   .config/systemd/user/shikane.service
	modified:   .zshrc
	new file:   applications/application.desktop
This commit is contained in:
2026-02-06 10:28:14 -08:00
parent e99e6b3d92
commit b09ebf25d5
8 changed files with 459 additions and 2 deletions

View File

@@ -0,0 +1,10 @@
[Unit]
Description=shikane
[Service]
ExecStart=/usr/bin/shikane
Restart=always
RestartSec=1
[Install]
WantedBy=default.target