Regenerated

This commit is contained in:
2026-04-04 16:32:19 +02:00
parent d365d67260
commit f3c24d998e
5 changed files with 338 additions and 338 deletions
+310 -310
View File
File diff suppressed because it is too large Load Diff
+14 -14
View File
@@ -2010,7 +2010,7 @@ exec-once = hypridleconfig/hypr/exec-once
exec-once = hyprpolkitagent
exec-once = systemd-run --user --scope --unit=elephant elephant
exec-once = waybar
exec-once = swww-daemon & swww img -o eDP-1 ~/Wallpapers/pictures/01.jpg
exec-once = awww-daemon & awww img -o eDP-1 ~/Wallpapers/pictures/01.jpg
exec-once = sh ~/Wallpapers/scripts/wallpaper.sh &
#+END_SRC
@@ -2293,7 +2293,7 @@ let
in
{
# Make bash available
environment.systemPackages = [ pkgs.bash pkgs.rsync pkgs.jq pkgs.swww pkgs.waypaper pkgs.socat ];
environment.systemPackages = [ pkgs.bash pkgs.rsync pkgs.jq pkgs.awww pkgs.waypaper pkgs.socat ];
# Create the copy script using Home Manager, following Waybar style
home-manager.users = {
@@ -3016,7 +3016,7 @@ These are config files for waypaper
#+BEGIN_SRC conf :tangle generated/.config/waypaper/config.ini :noweb yes :mkdirp yes :eval never
[Settings]
language = en
backend = swww
backend = awww
folder = ~/Wallpapers/pictures
monitors = All
wallpaper = ~/Wallpapers/pictures/13.jpg
@@ -3031,11 +3031,11 @@ show_gifs_only = False
zen_mode = False
post_command =
number_of_columns = 3
swww_transition_type = any
swww_transition_step = 63
swww_transition_angle = 0
swww_transition_duration = 2
swww_transition_fps = 60
awww_transition_type = any
awww_transition_step = 63
awww_transition_angle = 0
awww_transition_duration = 2
awww_transition_fps = 60
mpvpaper_sound = False
mpvpaper_options =
use_xdg_state = False
@@ -3388,7 +3388,7 @@ These are config files for .config/waypaper
#+BEGIN_SRC conf :tangle generated/.config/waypaper/config.ini :noweb yes :mkdirp yes :eval never
[Settings]
language = en
backend = swww
backend = awww
folder = ~/Wallpapers/pictures
monitors = All
wallpaper = ~/Wallpapers/pictures/13.jpg
@@ -3403,11 +3403,11 @@ show_gifs_only = False
zen_mode = False
post_command =
number_of_columns = 3
swww_transition_type = any
swww_transition_step = 63
swww_transition_angle = 0
swww_transition_duration = 2
swww_transition_fps = 60
awww_transition_type = any
awww_transition_step = 63
awww_transition_angle = 0
awww_transition_duration = 2
awww_transition_fps = 60
mpvpaper_sound = False
mpvpaper_options =
use_xdg_state = False
@@ -3,5 +3,5 @@ exec-once = hypridleconfig/hypr/exec-once
exec-once = hyprpolkitagent
exec-once = systemd-run --user --scope --unit=elephant elephant
exec-once = waybar
exec-once = swww-daemon & swww img -o eDP-1 ~/Wallpapers/pictures/01.jpg
exec-once = awww-daemon & awww img -o eDP-1 ~/Wallpapers/pictures/01.jpg
exec-once = sh ~/Wallpapers/scripts/wallpaper.sh &
+12 -12
View File
@@ -1,6 +1,6 @@
[Settings]
language = en
backend = swww
backend = awww
folder = ~/Wallpapers/pictures
monitors = All
wallpaper = ~/Wallpapers/pictures/13.jpg
@@ -15,11 +15,11 @@ show_gifs_only = False
zen_mode = False
post_command =
number_of_columns = 3
swww_transition_type = any
swww_transition_step = 63
swww_transition_angle = 0
swww_transition_duration = 2
swww_transition_fps = 60
awww_transition_type = any
awww_transition_step = 63
awww_transition_angle = 0
awww_transition_duration = 2
awww_transition_fps = 60
mpvpaper_sound = False
mpvpaper_options =
use_xdg_state = False
@@ -28,7 +28,7 @@ keybindings = ~/.config/waypaper/keybindings.ini
[Settings]
language = en
backend = swww
backend = awww
folder = ~/Wallpapers/pictures
monitors = All
wallpaper = ~/Wallpapers/pictures/13.jpg
@@ -43,11 +43,11 @@ show_gifs_only = False
zen_mode = False
post_command =
number_of_columns = 3
swww_transition_type = any
swww_transition_step = 63
swww_transition_angle = 0
swww_transition_duration = 2
swww_transition_fps = 60
awww_transition_type = any
awww_transition_step = 63
awww_transition_angle = 0
awww_transition_duration = 2
awww_transition_fps = 60
mpvpaper_sound = False
mpvpaper_options =
use_xdg_state = False
@@ -9,7 +9,7 @@ let
in
{
# Make bash available
environment.systemPackages = [ pkgs.bash pkgs.rsync pkgs.jq pkgs.swww pkgs.waypaper pkgs.socat ];
environment.systemPackages = [ pkgs.bash pkgs.rsync pkgs.jq pkgs.awww pkgs.waypaper pkgs.socat ];
# Create the copy script using Home Manager, following Waybar style
home-manager.users = {