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";
|
exec = "${config.home.homeDirectory}/.config/fuzzel/bin/fuzzel-cliphist.sh";
|
||||||
icon = "org.gnome.SoundRecorder";
|
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 = {
|
lock = {
|
||||||
type = "Application";
|
type = "Application";
|
||||||
name = "Lock";
|
name = "Lock";
|
||||||
|
|
|
||||||
|
|
@ -20,6 +20,10 @@ sort = "added"
|
||||||
type = "focused"
|
type = "focused"
|
||||||
icon_size = 16
|
icon_size = 16
|
||||||
|
|
||||||
|
[[end]]
|
||||||
|
type = "tray"
|
||||||
|
icon_size=15
|
||||||
|
|
||||||
[[end]]
|
[[end]]
|
||||||
type = "volume"
|
type = "volume"
|
||||||
icon_size=16
|
icon_size=16
|
||||||
|
|
@ -28,10 +32,6 @@ icon_size=16
|
||||||
mode = "end"
|
mode = "end"
|
||||||
max_length = 20
|
max_length = 20
|
||||||
|
|
||||||
[[end]]
|
|
||||||
type = "tray"
|
|
||||||
icon_size=15
|
|
||||||
|
|
||||||
[[end]]
|
[[end]]
|
||||||
type = "clock"
|
type = "clock"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue