Johan Rong 2 달 전
부모
커밋
7b7bb86140
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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)