Added menu entries for system controls, emojis and integrated calculator
This commit is contained in:
parent
0d241b0b71
commit
cb97bab237
7 changed files with 56 additions and 0 deletions
8
config/.local/share/applications/bluetooth_menu.desktop
Normal file
8
config/.local/share/applications/bluetooth_menu.desktop
Normal 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
|
||||
8
config/.local/share/applications/calc_menu.desktop
Normal file
8
config/.local/share/applications/calc_menu.desktop
Normal 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
|
||||
8
config/.local/share/applications/emojis-menu.desktop
Normal file
8
config/.local/share/applications/emojis-menu.desktop
Normal 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
|
||||
8
config/.local/share/applications/lock.desktop
Normal file
8
config/.local/share/applications/lock.desktop
Normal 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
|
||||
8
config/.local/share/applications/poweroff.desktop
Normal file
8
config/.local/share/applications/poweroff.desktop
Normal 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
|
||||
8
config/.local/share/applications/reboot.desktop
Normal file
8
config/.local/share/applications/reboot.desktop
Normal 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
|
||||
8
config/.local/share/applications/wifi-menu.desktop
Normal file
8
config/.local/share/applications/wifi-menu.desktop
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue