aboutsummaryrefslogtreecommitdiff
path: root/src/usr/share/applications/keyboard-leds-trayicons.desktop
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2020-03-17 14:52:46 -0400
committerB Stack <bgstack15@gmail.com>2020-03-17 14:52:46 -0400
commitb690c975dd84c6ee9595dfd667e37622504568a8 (patch)
tree0024ce9ea4e9bee695eb4682cea400a95c7176f0 /src/usr/share/applications/keyboard-leds-trayicons.desktop
parentinitial commit (diff)
downloadkeyboard-leds-trayicons-b690c975dd84c6ee9595dfd667e37622504568a8.tar.gz
keyboard-leds-trayicons-b690c975dd84c6ee9595dfd667e37622504568a8.tar.bz2
keyboard-leds-trayicons-b690c975dd84c6ee9595dfd667e37622504568a8.zip
add bunch of things
fix #1 add desktop file and xdg autostart file fix #2 add Makefile use make deplist move readme to src/.../doc add man pages
Diffstat (limited to 'src/usr/share/applications/keyboard-leds-trayicons.desktop')
-rw-r--r--src/usr/share/applications/keyboard-leds-trayicons.desktop11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/usr/share/applications/keyboard-leds-trayicons.desktop b/src/usr/share/applications/keyboard-leds-trayicons.desktop
new file mode 100644
index 0000000..aa0fb8e
--- /dev/null
+++ b/src/usr/share/applications/keyboard-leds-trayicons.desktop
@@ -0,0 +1,11 @@
+[Desktop Entry]
+Categories=Utility;TrayIcon;
+Comment=Show capslock and numlock indicators
+Exec=/usr/bin/keyboard-leds-trayicons
+Icon=capslock-on
+Keywords=trayicon;capslock;numlock;
+Name=Keyboard LEDs trayicons
+NoDisplay=false
+Terminal=false
+Type=Application
+X-GNOME-Autostart-Phase=WindowManager
bgstack15