more convenient wallpaper select/fetch
This commit is contained in:
@@ -4,11 +4,7 @@
|
||||
home.packages = with pkgs; [
|
||||
(writeShellScriptBin "select_command"
|
||||
(builtins.readFile ./select_command.sh))
|
||||
(writeShellScriptBin "move_wallpaper"
|
||||
(builtins.readFile ./move_wallpaper.sh))
|
||||
(writeShellScriptBin "move_avatar" (builtins.readFile ./move_avatar.sh))
|
||||
(writeShellScriptBin "next_wallpaper"
|
||||
(builtins.readFile ./next_wallpaper.sh))
|
||||
(writeShellScriptBin "update_git_config"
|
||||
(builtins.readFile ./update_system_from_git.sh))
|
||||
zsh-powerlevel10k
|
||||
@@ -19,6 +15,7 @@
|
||||
bat
|
||||
neofetch
|
||||
yazi
|
||||
zenity
|
||||
];
|
||||
|
||||
home.file.".p10k.zsh".source = ./p10k.zsh;
|
||||
@@ -101,6 +98,9 @@
|
||||
|
||||
mv_w = "move_wallpaper";
|
||||
next_w = "next_wallpaper";
|
||||
next_wr = "next_wallpaper -r";
|
||||
next_wf = ''
|
||||
next_wallpaper -f $(zenity --title "Pick a wallpaper" --file-selection --file-filter \*.png)'';
|
||||
mv_avatar = "move_avatar";
|
||||
|
||||
t = "todo";
|
||||
|
||||
Reference in New Issue
Block a user