mirror of
https://github.imc.re/void-land/hyprland-void-dots
synced 2025-04-26 00:36:55 +02:00
feat: hyprpaper wallpaper daemon
This commit is contained in:
parent
efb62e1236
commit
3edd6b5a8e
6 changed files with 25 additions and 17 deletions
|
@ -33,7 +33,7 @@
|
|||
:orientation "v"
|
||||
:space-evenly false
|
||||
:valign "center"
|
||||
:height 280
|
||||
:height 300
|
||||
|
||||
(Clock)
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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 &
|
||||
|
||||
|
|
7
hypr-configs/hyprland/hypr/hyprpaper.conf
Normal file
7
hypr-configs/hyprland/hypr/hyprpaper.conf
Normal file
|
@ -0,0 +1,7 @@
|
|||
$WALLPAPER_PATH = ~/.config/hypr/wallpapers
|
||||
|
||||
preload = $WALLPAPER_PATH/harmony.png
|
||||
|
||||
wallpaper = ,$WALLPAPER_PATH/harmony.png
|
||||
|
||||
splash = true
|
BIN
hypr-configs/hyprland/hypr/wallpapers/harmony.png
Normal file
BIN
hypr-configs/hyprland/hypr/wallpapers/harmony.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.4 MiB |
BIN
hypr-configs/hyprland/hypr/wallpapers/windows.jpg
Normal file
BIN
hypr-configs/hyprland/hypr/wallpapers/windows.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 884 KiB |
Loading…
Add table
Reference in a new issue