add swww wallpaper cycling on unlock
This commit is contained in:
@@ -239,6 +239,10 @@
|
||||
source = config.lib.file.mkOutOfStoreSymlink "/home/ulve/nixos-dotfiles/config/nvim";
|
||||
};
|
||||
xdg.configFile."sway".source = ./config/sway;
|
||||
home.file.".config/sway/wallpaper.sh" = {
|
||||
source = ./config/sway/wallpaper.sh;
|
||||
executable = true;
|
||||
};
|
||||
xdg.configFile."waybar".source = ./config/waybar;
|
||||
xdg.configFile."foot".source = ./config/foot;
|
||||
|
||||
@@ -281,6 +285,7 @@
|
||||
swaylock # lock screen
|
||||
swayidle # idle management (dims/locks/sleeps)
|
||||
brightnessctl # screen brightness control
|
||||
swww # wallpaper daemon with transitions
|
||||
waybar # status bar with left/center/right sections
|
||||
lxqt.lxqt-policykit # polkit authentication agent
|
||||
|
||||
|
||||
Reference in New Issue
Block a user