Author: Honza Pokorny <me@honza.ca>
Remove the defunct tray
i3/config | 5 +++++
diff --git a/i3/config b/i3/config index 3a296db5819d29273ad02a39c626ce3d305882d5..d03d5d81123b1c4fefd4551e1a478b101b5a3877 100644 --- a/i3/config +++ b/i3/config @@ -146,7 +146,12 @@ # finds out, if available) bar { position top status_command i3status -c ~/.i3/i3status.conf | ~/.i3/i3status.py + # status_command ~/bin/i3status-rs ~/dotfiles/i3/i3bar.toml font pango:Monoid 8 + + # Explicitly disable the icon tray (network, dropbox, etc) because it + # doesn't work with old icons yet, and just displays a red sad face + tray_output none } bindsym XF86AudioRaiseVolume exec amixer -q set Master 5%+ unmute