diff options
-rwxr-xr-x | polybar/normal/launch.sh | 2 | ||||
-rwxr-xr-x | polybar/unsafe/launch.sh | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/polybar/normal/launch.sh b/polybar/normal/launch.sh index 71be4d9..9eacf68 100755 --- a/polybar/normal/launch.sh +++ b/polybar/normal/launch.sh @@ -15,8 +15,6 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <https://www.gnu.org/licenses/>. -sleep 4 - polybar --reload -q main -c "${HOME}/.config/polybar/config.ini" & polybar --reload -q opt -c "${HOME}/.config/polybar/config.ini" & diff --git a/polybar/unsafe/launch.sh b/polybar/unsafe/launch.sh index 71be4d9..9eacf68 100755 --- a/polybar/unsafe/launch.sh +++ b/polybar/unsafe/launch.sh @@ -15,8 +15,6 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <https://www.gnu.org/licenses/>. -sleep 4 - polybar --reload -q main -c "${HOME}/.config/polybar/config.ini" & polybar --reload -q opt -c "${HOME}/.config/polybar/config.ini" & |