Skip to content

Instantly share code, notes, and snippets.

@ajmcmiddlin
Created April 4, 2019 01:45
Show Gist options
  • Save ajmcmiddlin/8fba938749dc3cf7c21e2850d534188a to your computer and use it in GitHub Desktop.
Save ajmcmiddlin/8fba938749dc3cf7c21e2850d534188a to your computer and use it in GitHub Desktop.

Install the following packages

# For taffybar/applet icons
gnome2.gnome_icon_theme
hicolor-icon-theme

# To get "old style" tray icons visible --- provides xembed
plasma-workspace

# For taffybar's SNI tray
haskellPackages.status-notifier-item

Include/modify ~/.xprofile to include something like the following

status-notifier-watcher &
GDK_DPI_SCALE=0.8 taffybar &
xembedsniproxy &
nm-applet --sm-disable --indicator &

Update taffybar.hs following the example in the taffybar repo, or mine

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment