Optimize package count
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
a33ded8a5e
commit
d64ddd3c36
5 changed files with 3 additions and 23 deletions
|
@ -21,7 +21,7 @@ while pgrep -x polybar >/dev/null; do sleep 1; done
|
|||
if [ "${IS_WORK}" = "1" ]; then
|
||||
export POLYBAR_BATTERY="BAT1"
|
||||
export POLYBAR_WLAN="wlp4s0"
|
||||
export POLYBAR_NETWORK="enp0s31f6"
|
||||
export POLYBAR_NETWORK="enp0s20f0u1u1i5"
|
||||
else
|
||||
export POLYBAR_BATTERY="BAT0"
|
||||
export POLYBAR_WLAN="wlp3s0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue