mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-15 12:54:15 +01:00
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:
parent
d548dd0c3b
commit
0e158e36b2
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user