refactor: remove caelestia shell

This commit is contained in:
duma799
2026-04-04 15:23:22 +04:00
parent 1f9568f37b
commit df255c7f2a
8 changed files with 23 additions and 279 deletions
+1 -4
View File
@@ -1,5 +1,5 @@
#!/usr/bin/env python3
# Restarts wallpaper and caelestia shell after hyprland config reload
# Restarts wallpaper after hyprland config reload
import os
import socket
@@ -21,9 +21,6 @@ def handle_reload():
time.sleep(1)
if not is_running("swaybg"):
subprocess.Popen(["waypaper", "--restore"])
if not is_running("caelestia"):
time.sleep(1)
subprocess.Popen(["caelestia", "shell", "-d"])
def listen(path):
sock = socket.socket(socket.AF_UNIX, socket.SOCK_STREAM)