Regenerated
This commit is contained in:
+310
-310
File diff suppressed because it is too large
Load Diff
+14
-14
@@ -2010,7 +2010,7 @@ exec-once = hypridleconfig/hypr/exec-once
|
|||||||
exec-once = hyprpolkitagent
|
exec-once = hyprpolkitagent
|
||||||
exec-once = systemd-run --user --scope --unit=elephant elephant
|
exec-once = systemd-run --user --scope --unit=elephant elephant
|
||||||
exec-once = waybar
|
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 &
|
exec-once = sh ~/Wallpapers/scripts/wallpaper.sh &
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
@@ -2293,7 +2293,7 @@ let
|
|||||||
in
|
in
|
||||||
{
|
{
|
||||||
# Make bash available
|
# 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
|
# Create the copy script using Home Manager, following Waybar style
|
||||||
home-manager.users = {
|
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
|
#+BEGIN_SRC conf :tangle generated/.config/waypaper/config.ini :noweb yes :mkdirp yes :eval never
|
||||||
[Settings]
|
[Settings]
|
||||||
language = en
|
language = en
|
||||||
backend = swww
|
backend = awww
|
||||||
folder = ~/Wallpapers/pictures
|
folder = ~/Wallpapers/pictures
|
||||||
monitors = All
|
monitors = All
|
||||||
wallpaper = ~/Wallpapers/pictures/13.jpg
|
wallpaper = ~/Wallpapers/pictures/13.jpg
|
||||||
@@ -3031,11 +3031,11 @@ show_gifs_only = False
|
|||||||
zen_mode = False
|
zen_mode = False
|
||||||
post_command =
|
post_command =
|
||||||
number_of_columns = 3
|
number_of_columns = 3
|
||||||
swww_transition_type = any
|
awww_transition_type = any
|
||||||
swww_transition_step = 63
|
awww_transition_step = 63
|
||||||
swww_transition_angle = 0
|
awww_transition_angle = 0
|
||||||
swww_transition_duration = 2
|
awww_transition_duration = 2
|
||||||
swww_transition_fps = 60
|
awww_transition_fps = 60
|
||||||
mpvpaper_sound = False
|
mpvpaper_sound = False
|
||||||
mpvpaper_options =
|
mpvpaper_options =
|
||||||
use_xdg_state = False
|
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
|
#+BEGIN_SRC conf :tangle generated/.config/waypaper/config.ini :noweb yes :mkdirp yes :eval never
|
||||||
[Settings]
|
[Settings]
|
||||||
language = en
|
language = en
|
||||||
backend = swww
|
backend = awww
|
||||||
folder = ~/Wallpapers/pictures
|
folder = ~/Wallpapers/pictures
|
||||||
monitors = All
|
monitors = All
|
||||||
wallpaper = ~/Wallpapers/pictures/13.jpg
|
wallpaper = ~/Wallpapers/pictures/13.jpg
|
||||||
@@ -3403,11 +3403,11 @@ show_gifs_only = False
|
|||||||
zen_mode = False
|
zen_mode = False
|
||||||
post_command =
|
post_command =
|
||||||
number_of_columns = 3
|
number_of_columns = 3
|
||||||
swww_transition_type = any
|
awww_transition_type = any
|
||||||
swww_transition_step = 63
|
awww_transition_step = 63
|
||||||
swww_transition_angle = 0
|
awww_transition_angle = 0
|
||||||
swww_transition_duration = 2
|
awww_transition_duration = 2
|
||||||
swww_transition_fps = 60
|
awww_transition_fps = 60
|
||||||
mpvpaper_sound = False
|
mpvpaper_sound = False
|
||||||
mpvpaper_options =
|
mpvpaper_options =
|
||||||
use_xdg_state = False
|
use_xdg_state = False
|
||||||
|
|||||||
@@ -3,5 +3,5 @@ exec-once = hypridleconfig/hypr/exec-once
|
|||||||
exec-once = hyprpolkitagent
|
exec-once = hyprpolkitagent
|
||||||
exec-once = systemd-run --user --scope --unit=elephant elephant
|
exec-once = systemd-run --user --scope --unit=elephant elephant
|
||||||
exec-once = waybar
|
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 &
|
exec-once = sh ~/Wallpapers/scripts/wallpaper.sh &
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[Settings]
|
[Settings]
|
||||||
language = en
|
language = en
|
||||||
backend = swww
|
backend = awww
|
||||||
folder = ~/Wallpapers/pictures
|
folder = ~/Wallpapers/pictures
|
||||||
monitors = All
|
monitors = All
|
||||||
wallpaper = ~/Wallpapers/pictures/13.jpg
|
wallpaper = ~/Wallpapers/pictures/13.jpg
|
||||||
@@ -15,11 +15,11 @@ show_gifs_only = False
|
|||||||
zen_mode = False
|
zen_mode = False
|
||||||
post_command =
|
post_command =
|
||||||
number_of_columns = 3
|
number_of_columns = 3
|
||||||
swww_transition_type = any
|
awww_transition_type = any
|
||||||
swww_transition_step = 63
|
awww_transition_step = 63
|
||||||
swww_transition_angle = 0
|
awww_transition_angle = 0
|
||||||
swww_transition_duration = 2
|
awww_transition_duration = 2
|
||||||
swww_transition_fps = 60
|
awww_transition_fps = 60
|
||||||
mpvpaper_sound = False
|
mpvpaper_sound = False
|
||||||
mpvpaper_options =
|
mpvpaper_options =
|
||||||
use_xdg_state = False
|
use_xdg_state = False
|
||||||
@@ -28,7 +28,7 @@ keybindings = ~/.config/waypaper/keybindings.ini
|
|||||||
|
|
||||||
[Settings]
|
[Settings]
|
||||||
language = en
|
language = en
|
||||||
backend = swww
|
backend = awww
|
||||||
folder = ~/Wallpapers/pictures
|
folder = ~/Wallpapers/pictures
|
||||||
monitors = All
|
monitors = All
|
||||||
wallpaper = ~/Wallpapers/pictures/13.jpg
|
wallpaper = ~/Wallpapers/pictures/13.jpg
|
||||||
@@ -43,11 +43,11 @@ show_gifs_only = False
|
|||||||
zen_mode = False
|
zen_mode = False
|
||||||
post_command =
|
post_command =
|
||||||
number_of_columns = 3
|
number_of_columns = 3
|
||||||
swww_transition_type = any
|
awww_transition_type = any
|
||||||
swww_transition_step = 63
|
awww_transition_step = 63
|
||||||
swww_transition_angle = 0
|
awww_transition_angle = 0
|
||||||
swww_transition_duration = 2
|
awww_transition_duration = 2
|
||||||
swww_transition_fps = 60
|
awww_transition_fps = 60
|
||||||
mpvpaper_sound = False
|
mpvpaper_sound = False
|
||||||
mpvpaper_options =
|
mpvpaper_options =
|
||||||
use_xdg_state = False
|
use_xdg_state = False
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ let
|
|||||||
in
|
in
|
||||||
{
|
{
|
||||||
# Make bash available
|
# 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
|
# Create the copy script using Home Manager, following Waybar style
|
||||||
home-manager.users = {
|
home-manager.users = {
|
||||||
|
|||||||
Reference in New Issue
Block a user