fix: Packages
This commit is contained in:
parent
78b2a68ed6
commit
d9d5e2b0e8
@ -69,7 +69,7 @@
|
|||||||
ll = "ls -l";
|
ll = "ls -l";
|
||||||
se = "sudoedit";
|
se = "sudoedit";
|
||||||
ff = "fastfetch";
|
ff = "fastfetch";
|
||||||
cat = "bat";
|
cat = "${pkgs.lib.getExe pkgs.bat}";
|
||||||
cd = "z";
|
cd = "z";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -15,6 +15,7 @@
|
|||||||
colors = config.lib.stylix.colors;
|
colors = config.lib.stylix.colors;
|
||||||
|
|
||||||
wallpaper_changer = pkgs.writers.writePython3Bin "wallpaper_changer" {
|
wallpaper_changer = pkgs.writers.writePython3Bin "wallpaper_changer" {
|
||||||
|
libraries = [ pkgs.python3Packages.requests ];
|
||||||
flakeIgnore = [ "E501" "E111" "E701" "E241" "E731" ];
|
flakeIgnore = [ "E501" "E111" "E701" "E241" "E731" ];
|
||||||
} /*py*/ ''
|
} /*py*/ ''
|
||||||
import requests as requests
|
import requests as requests
|
||||||
@ -131,7 +132,7 @@
|
|||||||
exec-once = [
|
exec-once = [
|
||||||
"systemctl --user start plasma-polkit-agent"
|
"systemctl --user start plasma-polkit-agent"
|
||||||
"swww init"
|
"swww init"
|
||||||
"python3 ${lib.getExe wallpaper_changer}"
|
"${lib.getExe wallpaper_changer}"
|
||||||
"${lib.getExe pkgs.hyprpanel}"
|
"${lib.getExe pkgs.hyprpanel}"
|
||||||
"${clipsync}"
|
"${clipsync}"
|
||||||
"clipse -listen"
|
"clipse -listen"
|
||||||
@ -215,7 +216,7 @@
|
|||||||
"$mainMod, B, exec, pkill -SIGUSR1 waybar"
|
"$mainMod, B, exec, pkill -SIGUSR1 waybar"
|
||||||
#"$mainMod, W, exec, pkill -SIGUSR2 waybar"
|
#"$mainMod, W, exec, pkill -SIGUSR2 waybar"
|
||||||
|
|
||||||
"$mainMod, W, exec, python3 ${lib.getExe wallpaper_changer}"
|
"$mainMod, W, exec, ${lib.getExe wallpaper_changer}"
|
||||||
];
|
];
|
||||||
|
|
||||||
# Move/resize windows with mainMod + LMB/RMB and dragging
|
# Move/resize windows with mainMod + LMB/RMB and dragging
|
||||||
|
Loading…
x
Reference in New Issue
Block a user