Adding desktop shortcuts

This commit is contained in:
2024-12-04 23:55:38 +01:00
parent 66c09b05fb
commit ee64763299
3 changed files with 28 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
[Desktop Entry]
Name=CloudStorage
Exec=/bin/bash -c "rclone mount --config /home/daniele/.config/rclone/rclone.conf --vfs-cache-mode full --vfs-cache-max-size 30G --daemon pc-drive:/ '/home/daniele/Cloud Storage/'; nemo '/home/daniele/Cloud Storage/';"
Type=Application
Terminal=false
Categories=Application;
Keywords=Cloud;Storage;Drive;
Comment=Mounts my cloud storage
StartupWMClass=CloudStorage

View File

@@ -0,0 +1,9 @@
[Desktop Entry]
Name=HyprPicker
Exec=/bin/bash -c "sleep .4 && hyprpicker --autocopy" #Sleep fixes rofi still on screen
Type=Application
Terminal=false
Categories=Application;
Keywords=Color;Picker;
Comment=Color picker for wayland compositors
StartupWMClass=hyprpicker

View File

@@ -0,0 +1,10 @@
[Desktop Entry]
Name=Toggle GrayScale
Exec=/bin/bash -c "$HOME/.config/hypr/shaders/toggle_shader"
Type=Application
Terminal=false
Categories=Application;
Keywords=Color;
Comment=Toggles the GrayScale mode
StartupWMClass=toggleGrayScaleEntry