relocate pyprland config
This commit is contained in:
@@ -28,7 +28,6 @@
|
||||
jellyfin
|
||||
nginx
|
||||
ollama-docker
|
||||
openwebui
|
||||
pihole
|
||||
portainer
|
||||
odysseus
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
|
||||
home.file = {
|
||||
".config/hypr" = lib.mkIf config.wayland.windowManager.hyprland.enable { source = ./hypr; recursive = true; };
|
||||
".config/pypr" = lib.mkIf config.wayland.windowManager.hyprland.enable { source = ./pypr; recursive = true; };
|
||||
".config/wal/templates" = lib.mkIf (builtins.any (x: x == pkgs.pywal16) config.home.packages) { source = ./wal/templates; recursive = true; };
|
||||
".config/ohmyposh" = { source = ./ohmyposh; recursive = true; };
|
||||
"Pictures/Wallpaper" = lib.mkIf config.wayland.windowManager.hyprland.enable { source = ./Wallpaper; recursive = true; };
|
||||
|
||||
@@ -1,31 +0,0 @@
|
||||
[pyprland]
|
||||
plugins = [
|
||||
"scratchpads"
|
||||
]
|
||||
|
||||
[scratchpads.files]
|
||||
animation = "fromTop"
|
||||
command = "kitty --class scratchpad-files yazi ~"
|
||||
lazy = true
|
||||
class = "scratchpad-files"
|
||||
margin = 100
|
||||
multi = true
|
||||
excludes = "*"
|
||||
|
||||
[scratchpads.kitty]
|
||||
animation = "fromBottom"
|
||||
command = "kitty --class scratchpad-kitty"
|
||||
class = "scratchpad-kitty"
|
||||
lazy = true
|
||||
margin = 100
|
||||
multi = true
|
||||
excludes = "*"
|
||||
|
||||
[scratchpads.calendar]
|
||||
animation = "fromTop"
|
||||
command = "kitty --class scratchpad-cal -e calcurse"
|
||||
class = "scratchpad-cal"
|
||||
lazy = true
|
||||
margin = 100
|
||||
multi = true
|
||||
excludes = "*"
|
||||
Reference in New Issue
Block a user