[ADD][I3] Syncthing tray icon
This commit is contained in:
parent
6796e19851
commit
c52ded309b
2
Makefile
2
Makefile
|
@ -64,6 +64,7 @@ VISUAL_DEPENDENCIES := \
|
||||||
aur/i3-battery-popup-git \
|
aur/i3-battery-popup-git \
|
||||||
aur/i3blocks-contrib-git \
|
aur/i3blocks-contrib-git \
|
||||||
aur/networkmanager-dmenu-git \
|
aur/networkmanager-dmenu-git \
|
||||||
|
aur/qsyncthingtray \
|
||||||
aur/rofi-dmenu \
|
aur/rofi-dmenu \
|
||||||
aur/spotify \
|
aur/spotify \
|
||||||
community/acpi \
|
community/acpi \
|
||||||
|
@ -71,6 +72,7 @@ VISUAL_DEPENDENCIES := \
|
||||||
community/i3lock-color \
|
community/i3lock-color \
|
||||||
community/playerctl \
|
community/playerctl \
|
||||||
community/redshift \
|
community/redshift \
|
||||||
|
community/syncthing \
|
||||||
community/sysstat \
|
community/sysstat \
|
||||||
community/termite \
|
community/termite \
|
||||||
community/xautolock \
|
community/xautolock \
|
||||||
|
|
|
@ -317,6 +317,7 @@ exec --no-startup-id blueman-applet
|
||||||
exec --no-startup-id nm-applet
|
exec --no-startup-id nm-applet
|
||||||
exec --no-startup-id /usr/lib/geoclue-2.0/demos/agent
|
exec --no-startup-id /usr/lib/geoclue-2.0/demos/agent
|
||||||
exec --no-startup-id redshift-gtk
|
exec --no-startup-id redshift-gtk
|
||||||
|
exec --no-startup-id QSyncthingTray
|
||||||
# Removable media automounter
|
# Removable media automounter
|
||||||
exec --no-startup-id udiskie --tray
|
exec --no-startup-id udiskie --tray
|
||||||
# Start dunst notification daemon
|
# Start dunst notification daemon
|
||||||
|
|
Loading…
Reference in a new issue