Johan Rong пре 2 месеци
родитељ
комит
b553a11979
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")
+  hl.exec_cmd("caelestia shell scheme set --name dynamic --mode dark")
   hl.exec_cmd("wl-paste --watch cliphist store")
 end)