Added menu entries for system controls, emojis and integrated calculator

This commit is contained in:
Gu://em_ 2026-08-04 14:15:58 +02:00
parent 0d241b0b71
commit cb97bab237
7 changed files with 56 additions and 0 deletions

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -0,0 +1,8 @@
[Desktop Entry]
Encoding=UTF-8
Name=Lock screen
Comment=Locks the session
Exec=hyprlock
Icon=lock
Terminal=False
Type=Application

View file

@ -0,0 +1,8 @@
[Desktop Entry]
Encoding=UTF-8
Name=Poweroff
Comment=Shutdown the computer
Exec=poweroff
Icon=system-shutdown
Terminal=False
Type=Application

View file

@ -0,0 +1,8 @@
[Desktop Entry]
Encoding=UTF-8
Name=Reboot
Comment=Reboots the computer
Exec=reboot
Icon=system-reboot
Terminal=False
Type=Application

View file

@ -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