user variable in plasma
Some checks are pending
Flake.lock / build (push) Waiting to run

This commit is contained in:
Mohamed Chrayed 2024-08-30 21:10:42 +02:00
parent 8083629320
commit 6d1baadcab

View File

@ -28,9 +28,9 @@
programs.plasma = {
enable = true;
# workspace.wallpaperSlideShow.path = ../../../assets;
# workspace.wallpaperSlideShow.interval = 864000;
# kscreenlocker.appearance.wallpaper = "../../../assets/wallpaper-nix.png";
workspace.wallpaperSlideShow.path = /home/${user}/Bilder/Wallpaper;
workspace.wallpaperSlideShow.interval = 864000;
kscreenlocker.appearance.wallpaper = "/home/${user}/Bilder/Wallpaper/wallpaper-nix.png";
kwin.titlebarButtons.left = ["keep-above-windows"];
kwin.titlebarButtons.right = ["minimize" "maximize" "close"];