Disable dropbox icon in i3status
My i3status shows a Dropbox icon by default -- is there a way to disable this in i3status.conf?
My i3status shows a Dropbox icon by default -- is there a way to disable this in i3status.conf?
The tray icons are handled by i3bar
and have nothing do do with i3status
. (i3status
only creates text status messages).
You can disable all tray icons by setting tray_output none
in the bar{}
section(s) of your i3 configuration (see section "Tray Output" in the User's Guide)
bar {
tray_output none
}
If you want to disable just the Dropbox icon there are two ways, that depend on your preferences and are not really i3 specific:
exec
statement. Else you will have to go looking from where it is being started.Asked: 2014-12-15 05:40:05 +0000
Seen: 644 times
Last updated: Dec 15 '14