feat: hyprpaper wallpaper daemon

This commit is contained in:
hesam-init 2024-07-10 14:19:19 +03:30
parent efb62e1236
commit 3edd6b5a8e
6 changed files with 25 additions and 17 deletions

View file

@ -33,7 +33,7 @@
:orientation "v"
:space-evenly false
:valign "center"
:height 280
:height 300
(Clock)

View file

@ -1,23 +1,23 @@
[Settings]
gtk-application-prefer-dark-theme=false
gtk-button-images=true
gtk-cursor-theme-name=Bibata-Modern-Ice
gtk-theme-name=Colloid-Dark
gtk-icon-theme-name=breeze
gtk-font-name=Noto Sans, 10
gtk-cursor-theme-name=Breeze_Light
gtk-cursor-theme-size=24
gtk-decoration-layout=icon:minimize,maximize,close
gtk-enable-animations=true
gtk-toolbar-style=3
gtk-toolbar-icon-size=GTK_ICON_SIZE_SMALL_TOOLBAR
gtk-button-images=0
gtk-menu-images=0
gtk-enable-event-sounds=1
gtk-enable-input-feedback-sounds=0
gtk-font-name=Noto Sans, 10
gtk-icon-theme-name=breeze
gtk-menu-images=true
gtk-modules=colorreload-gtk-module
gtk-primary-button-warps-slider=true
gtk-sound-theme-name=ocean
gtk-theme-name=Orchis-Dark
gtk-toolbar-icon-size=GTK_ICON_SIZE_SMALL_TOOLBAR
gtk-toolbar-style=3
gtk-xft-antialias=1
gtk-xft-dpi=98304
gtk-xft-hinting=1
gtk-xft-hintstyle=hintslight
gtk-xft-rgba=rgb
gtk-application-prefer-dark-theme=1
gtk-decoration-layout=icon:minimize,maximize,close
gtk-enable-animations=true
gtk-modules=colorreload-gtk-module
gtk-primary-button-warps-slider=true
gtk-sound-theme-name=ocean
gtk-xft-dpi=98304

View file

@ -8,7 +8,8 @@ exec-once = ~/.config/hypr/scripts/startup/keyring.sh &
exec-once = wl-paste --watch cliphist store &
exec-once = ~/.config/hypr/scripts/startup/dunst.sh &
exec-once = ~/.config/hypr/scripts/wallpaper/wallpaper-daemon.sh &
# exec-once = ~/.config/hypr/scripts/wallpaper/wallpaper-daemon.sh &
exec-once = hyprpaper &
exec-once = ~/.config/hypr/scripts/startup/swayosd.sh &
exec-once = ~/.config/hypr/scripts/waybar/start.sh &

View file

@ -0,0 +1,7 @@
$WALLPAPER_PATH = ~/.config/hypr/wallpapers
preload = $WALLPAPER_PATH/harmony.png
wallpaper = ,$WALLPAPER_PATH/harmony.png
splash = true

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 884 KiB