diff --git a/config/.local/share/applications/bluetooth_menu.desktop b/config/.local/share/applications/bluetooth_menu.desktop new file mode 100644 index 0000000..d7b32f6 --- /dev/null +++ b/config/.local/share/applications/bluetooth_menu.desktop @@ -0,0 +1,8 @@ +[Desktop Entry] +Encoding=UTF-8 +Name=Bluetooth +Comment=Launch the bluetooth bar menu +Exec=rofi-bluetooth +Icon=blueman +Terminal=False +Type=Application diff --git a/config/.local/share/applications/calc_menu.desktop b/config/.local/share/applications/calc_menu.desktop new file mode 100644 index 0000000..244b57d --- /dev/null +++ b/config/.local/share/applications/calc_menu.desktop @@ -0,0 +1,8 @@ +[Desktop Entry] +Encoding=UTF-8 +Name=Calc +Comment=Launch the integrated bar calculator +Exec=rofi -show calc -modi calc -no-show-match -no-sort +Icon=gnome-calculator +Terminal=False +Type=Application diff --git a/config/.local/share/applications/emojis-menu.desktop b/config/.local/share/applications/emojis-menu.desktop new file mode 100644 index 0000000..642b7c8 --- /dev/null +++ b/config/.local/share/applications/emojis-menu.desktop @@ -0,0 +1,8 @@ +[Desktop Entry] +Encoding=UTF-8 +Name=Emojis +Comment=Launch the emojis bar selector +Exec=rofimoji +Icon=rofi +Terminal=False +Type=Application diff --git a/config/.local/share/applications/lock.desktop b/config/.local/share/applications/lock.desktop new file mode 100644 index 0000000..a7467ea --- /dev/null +++ b/config/.local/share/applications/lock.desktop @@ -0,0 +1,8 @@ +[Desktop Entry] +Encoding=UTF-8 +Name=Lock screen +Comment=Locks the session +Exec=hyprlock +Icon=lock +Terminal=False +Type=Application diff --git a/config/.local/share/applications/poweroff.desktop b/config/.local/share/applications/poweroff.desktop new file mode 100644 index 0000000..c0f652f --- /dev/null +++ b/config/.local/share/applications/poweroff.desktop @@ -0,0 +1,8 @@ +[Desktop Entry] +Encoding=UTF-8 +Name=Poweroff +Comment=Shutdown the computer +Exec=poweroff +Icon=system-shutdown +Terminal=False +Type=Application diff --git a/config/.local/share/applications/reboot.desktop b/config/.local/share/applications/reboot.desktop new file mode 100644 index 0000000..014e942 --- /dev/null +++ b/config/.local/share/applications/reboot.desktop @@ -0,0 +1,8 @@ +[Desktop Entry] +Encoding=UTF-8 +Name=Reboot +Comment=Reboots the computer +Exec=reboot +Icon=system-reboot +Terminal=False +Type=Application diff --git a/config/.local/share/applications/wifi-menu.desktop b/config/.local/share/applications/wifi-menu.desktop new file mode 100644 index 0000000..f62b48e --- /dev/null +++ b/config/.local/share/applications/wifi-menu.desktop @@ -0,0 +1,8 @@ +[Desktop Entry] +Encoding=UTF-8 +Name=Wifi Networks +Comment=Launch the networks bar menu +Exec=rofi-wifi +Icon=network-wireless +Terminal=False +Type=Application