diff options
| author | Nippy <nippy@rp1.hu> | 2026-05-08 18:58:32 +0200 |
|---|---|---|
| committer | Nippy <nippy@rp1.hu> | 2026-05-08 18:58:32 +0200 |
| commit | 3f84a043b0a92353fc3fa0e895bc436a04f9ce50 (patch) | |
| tree | aae366e98d0722c9159fa93107beab628f97df30 /raveos-hyprland-theme/theme-data | |
| parent | 9f4f5dba1b4f03ddf3a71256bd6b54dd4dc897b0 (diff) | |
| download | RaveOS-PKGBUILD-3f84a043b0a92353fc3fa0e895bc436a04f9ce50.tar.gz RaveOS-PKGBUILD-3f84a043b0a92353fc3fa0e895bc436a04f9ce50.zip | |
raveos update
Diffstat (limited to 'raveos-hyprland-theme/theme-data')
| -rw-r--r-- | raveos-hyprland-theme/theme-data/hypr/hyprland.conf | 9 | ||||
| -rw-r--r-- | raveos-hyprland-theme/theme-data/hypr/hyprpaper.conf | 3 |
2 files changed, 9 insertions, 3 deletions
diff --git a/raveos-hyprland-theme/theme-data/hypr/hyprland.conf b/raveos-hyprland-theme/theme-data/hypr/hyprland.conf index 5898d1e..5ee1c2c 100644 --- a/raveos-hyprland-theme/theme-data/hypr/hyprland.conf +++ b/raveos-hyprland-theme/theme-data/hypr/hyprland.conf @@ -25,7 +25,7 @@ ################ # See https://wiki.hypr.land/Configuring/Monitors/ -monitor=HDMI-A-2, 2560x1440@60, 0x0, 1 +source = ./monitors.conf ################### ### MY PROGRAMS ### @@ -53,7 +53,8 @@ exec-once = /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 exec-once = hyprswitch init --show-title --size-factor 6 --workspaces-per-row 5 & exec-once = gsettings set org.gnome.desktop.interface color-scheme 'prefer-dark' exec-once = bash -c "wl-paste --watch cliphist store &" -exec-once = dms run +exec-once = hyprpaper +exec-once = dms run --config ~/.config/dms #exec-once = hyprshell run @@ -67,7 +68,7 @@ env = XCURSOR_SIZE,24 env = HYPRCURSOR_SIZE,24 # Default env vars. -env = HOME, /home/$USER/ +env = HOME, /home/$USER env = XDG_CONFIG_HOME, /home/$USER/.config env = XDG_CURRENT_DESKTOP,Hyprland env = XDG_SESSION_TYPE,wayland @@ -436,4 +437,6 @@ windowrule { float = yes } +source = ./workspaces.conf +source = ./dms/colors.conf source = ./dms/cursor.conf diff --git a/raveos-hyprland-theme/theme-data/hypr/hyprpaper.conf b/raveos-hyprland-theme/theme-data/hypr/hyprpaper.conf new file mode 100644 index 0000000..c4178ff --- /dev/null +++ b/raveos-hyprland-theme/theme-data/hypr/hyprpaper.conf @@ -0,0 +1,3 @@ +preload = ~/.config/background +wallpaper = ,~/.config/background +splash = false |