diff options
author | Blaster4385 <venkatesh@tablaster.dev> | 2024-12-01 00:02:40 +0530 |
---|---|---|
committer | Blaster4385 <venkatesh@tablaster.dev> | 2024-12-01 00:02:40 +0530 |
commit | 1f825cbc5e545f1e3df14af2b7b0d244e930c764 (patch) | |
tree | b2de4d66eeef880ca2d8abf93c08ae1b5488ec20 /polybar/launch.sh | |
parent | 45a707c844fac7b41b572d7359cb41f65a268c3c (diff) |
feat: updated polybar config
- Update cpu temp path
- Update monitor
Diffstat (limited to 'polybar/launch.sh')
-rwxr-xr-x | polybar/launch.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/polybar/launch.sh b/polybar/launch.sh index 11e6018..0ce431a 100755 --- a/polybar/launch.sh +++ b/polybar/launch.sh @@ -1,7 +1,7 @@ #!/bin/bash killall -q polybar - +# sleep 1 +MONITOR=DP-4 polybar --config=$HOME/.config/polybar/config.ini top +sleep 2 MONITOR=DP-2 polybar --config=$HOME/.config/polybar/config.ini top -sleep 1 -MONITOR=DP-0 polybar --config=$HOME/.config/polybar/config.ini top |