From e52b820f285e4456b5295502eaa67ef744ff4c1f Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Wed, 28 Jan 2026 13:18:41 -0600 Subject: feat(dotfiles): add btop, wavemon, waypaper configs - btop: resource monitor configuration - wavemon: wifi signal monitor configuration - waypaper: wallpaper picker configuration (Hyprland) --- dotfiles/hyprland/.config/waypaper/config.ini | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 dotfiles/hyprland/.config/waypaper/config.ini (limited to 'dotfiles/hyprland/.config') diff --git a/dotfiles/hyprland/.config/waypaper/config.ini b/dotfiles/hyprland/.config/waypaper/config.ini new file mode 100644 index 0000000..66652ed --- /dev/null +++ b/dotfiles/hyprland/.config/waypaper/config.ini @@ -0,0 +1,27 @@ +[Settings] +language = en +folder = ~/pictures/wallpaper +monitors = All +wallpaper = ~/pictures/wallpaper/trondheim-norway.jpg +show_path_in_tooltip = True +backend = swww +fill = fill +sort = name +color = #ffffff +subfolders = False +all_subfolders = False +show_hidden = False +show_gifs_only = False +zen_mode = False +post_command = +number_of_columns = 3 +swww_transition_type = simple +swww_transition_step = 63 +swww_transition_angle = 0 +swww_transition_duration = 2 +swww_transition_fps = 60 +mpvpaper_sound = False +mpvpaper_options = +use_xdg_state = False +stylesheet = /home/cjennings/.config/waypaper/style.css + -- cgit v1.2.3