fixes notes
This commit is contained in:
parent
9289e2ade2
commit
f0a5a92e28
2 changed files with 26 additions and 25 deletions
|
|
@ -32,5 +32,31 @@
|
|||
exec = "hyprpicker -a -f=hex -n -l -q";
|
||||
icon = "colorpicker";
|
||||
};
|
||||
notes = {
|
||||
type = "Application";
|
||||
name = "Notes";
|
||||
terminal = true;
|
||||
exec = "ghostty --working-directory=${config.home.homeDirectory}/notes -e nvim -c ':lua Snacks.picker(\"files\")'";
|
||||
icon = "gnotes";
|
||||
};
|
||||
lock = {
|
||||
type = "Application";
|
||||
name = "Lock";
|
||||
exec = "hyprlock";
|
||||
icon = "lock-screen";
|
||||
};
|
||||
logout = {
|
||||
type = "Application";
|
||||
name = "Logout";
|
||||
exec = "niri msg action quit";
|
||||
icon = "administration";
|
||||
};
|
||||
shutdown = {
|
||||
type = "Application";
|
||||
name = "Shutdown";
|
||||
exec = "shutdown now";
|
||||
icon = "com.github.bcedu.shutdownscheduler";
|
||||
};
|
||||
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue