The i3 FAQ has migrated to https://github.com/i3/i3/discussions. All content here is read-only.
Ask Your Question
1

Disable dropbox icon in i3status

asked 2014-12-15 05:40:05 +0000

dougphy gravatar image

My i3status shows a Dropbox icon by default -- is there a way to disable this in i3status.conf?

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
1

answered 2014-12-15 08:42:56 +0000

Adaephon gravatar image

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:

  1. You want Dropbox to run but do not like the icon: This can only be done from within Dropbox settings, see if there is an option for that.
  2. You do not care about Dropbox at all: Do not run Dropbox. If it is started from within the i3 configuration, remove the corresponding exec statement. Else you will have to go looking from where it is being started.
edit flag offensive delete link more

Question Tools

Stats

Asked: 2014-12-15 05:40:05 +0000

Seen: 644 times

Last updated: Dec 15 '14