bspwm: Start tint2 in bspwmrc

This added a toggleable bar similar to polybar, except this time it
showed the open applications at the bottom. I eventually switched to
GNOME, which is able to achieve this and much more with dash-to-panel,
an extension that has been steadily improving over the years.
This commit is contained in:
Donovan Glover 2022-12-15 11:18:25 -05:00
parent d548dd0c3b
commit 0e158e36b2
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -57,6 +57,9 @@ fi
# Note: --experimental-backends adds support for dual kawase blur
picom --experimental-backends -b
# Start bar
tint2 &
# Change cursor size and other things based on DPI
# Get the host width
HOST_WIDTH=$(bspc query -T -m | jq '.rectangle.width')