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)