Bohdan's terminal configuration
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

swww/waypaper

bpavuk d8e5269a ee615393

+20 -1
+1
nixos/home/life/hyprland/default.nix
··· 2 2 3 3 { 4 4 imports = [ 5 + ./swww_waypaper.nix 5 6 ]; 6 7 7 8 home.pointerCursor = {
+18
nixos/home/life/hyprland/swww_waypaper.nix
··· 1 + { pkgs, lib, config, ... }: 2 + 3 + { 4 + services.swww.enable = true; 5 + 6 + home.packages = with pkgs; [ 7 + waypaper 8 + ]; 9 + 10 + xdg.configFile."waypaper/" = { 11 + source = ../../../../window_manager/.config/waypaper; 12 + recursive = true; 13 + }; 14 + xdg.configFile."wallpaper/" = { 15 + source = ../../../../window_manager/.config/wallpaper; 16 + recursive = true; 17 + }; 18 + }
+1 -1
window_manager/.config/waypaper/config.ini
··· 2 2 language = en 3 3 folder = ~/.config/wallpaper 4 4 wallpaper = ~/.config/wallpaper/wallpaper.jpg 5 - backend = hyprpaper 5 + backend = swww 6 6 monitors = All 7 7 show_path_in_tooltip = True 8 8 fill = fill