adds notes desktop entry
This commit is contained in:
parent
7b118213d4
commit
747274e455
2 changed files with 10 additions and 4 deletions
|
|
@ -30,6 +30,12 @@
|
|||
exec = "${config.home.homeDirectory}/.config/fuzzel/bin/fuzzel-cliphist.sh";
|
||||
icon = "org.gnome.SoundRecorder";
|
||||
};
|
||||
notes = {
|
||||
type = "Application";
|
||||
name = "Notes";
|
||||
exec = "ghostty --working-directory ${config.home.homeDirectory}/notes -e nvim -c \":lua Snacks.picker(\"files\")\"";
|
||||
icon = "gnotes";
|
||||
};
|
||||
lock = {
|
||||
type = "Application";
|
||||
name = "Lock";
|
||||
|
|
|
|||
|
|
@ -20,6 +20,10 @@ sort = "added"
|
|||
type = "focused"
|
||||
icon_size = 16
|
||||
|
||||
[[end]]
|
||||
type = "tray"
|
||||
icon_size=15
|
||||
|
||||
[[end]]
|
||||
type = "volume"
|
||||
icon_size=16
|
||||
|
|
@ -28,10 +32,6 @@ icon_size=16
|
|||
mode = "end"
|
||||
max_length = 20
|
||||
|
||||
[[end]]
|
||||
type = "tray"
|
||||
icon_size=15
|
||||
|
||||
[[end]]
|
||||
type = "clock"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue