diff options
Diffstat (limited to 'raveos-hyprland-theme/theme-data/hypr/hyprland.lua')
| -rw-r--r-- | raveos-hyprland-theme/theme-data/hypr/hyprland.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/raveos-hyprland-theme/theme-data/hypr/hyprland.lua b/raveos-hyprland-theme/theme-data/hypr/hyprland.lua index ae265a9..fdea1a9 100644 --- a/raveos-hyprland-theme/theme-data/hypr/hyprland.lua +++ b/raveos-hyprland-theme/theme-data/hypr/hyprland.lua @@ -27,6 +27,7 @@ hl.on("hyprland.start", function() hl.exec_cmd("hyprswitch init --show-title --size-factor 6 --workspaces-per-row 5 &") hl.exec_cmd("gsettings set org.gnome.desktop.interface color-scheme 'prefer-dark'") hl.exec_cmd("bash -c 'wl-paste --watch cliphist store &'") + hl.exec_cmd("hyprpaper") end) --################## @@ -46,7 +47,7 @@ local _xdg_runtime = os.getenv("XDG_RUNTIME_DIR") or "/run/user/1000" hl.env("XCURSOR_SIZE", 24) hl.env("HYPRCURSOR_SIZE", 24) -hl.env("XCURSOR_THEME", "BreezeDark") +hl.env("XCURSOR_THEME", "Adwaita") hl.env("HOME", _home) hl.env("XDG_CONFIG_HOME", _home .. "/.config") |