Skip to content

Commit

Permalink
fix polybar conditionals actually
Browse files Browse the repository at this point in the history
  • Loading branch information
savente93 committed Apr 20, 2024
1 parent 6d8130b commit 94f60b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion polybar/launch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ fi

export POLYBAR_MODULES

xinput | grep Touchpad 2 /dev/null &>1
xinput | grep Touchpad >/dev/null
export HAS_TOUCHPAD=$?

if type "xrandr"; then
Expand Down

0 comments on commit 94f60b1

Please sign in to comment.