Johan Rong hace 2 meses
padre
commit
7b7bb86140
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      home/features/desktop/hyprland/config/modules/autostart.lua

+ 1 - 1
home/features/desktop/hyprland/config/modules/autostart.lua

@@ -1,6 +1,6 @@
 hl.on("hyprland.start", function ()
   hl.exec_cmd("caelestia shell")
   hl.exec_cmd("caelestia shell wallpaper set ~/.config/hypr/bg.png")
-  hl.exec_cmd("caelestia shell scheme set --name dynamic --mode dark")
+  hl.exec_cmd("caelestia scheme set --name dynamic --mode dark")
   hl.exec_cmd("wl-paste --watch cliphist store")
 end)