aboutsummaryrefslogtreecommitdiffstats
path: root/config/hypr/scripts/Waybar.sh
blob: 394f309aa501ad5a85fa15d5709707caf4de9512 (plain) (blame)
1
2
3
4
5
6
7
8
#!/bin/bash

CONFIG="$HOME/.config/waybar/config"
STYLE="$HOME/.config/waybar/style.css"

if [[ ! $(pidof waybar) ]]; then
	waybar --bar main-bar --log-level error --config ${CONFIG} --style ${STYLE}
fi
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage