Files
dotfiles/hyprland/hypr/scripts/Waybar.sh
thatscringebro 98f7bd2701 hyprland config
2023-09-21 18:37:25 -04:00

9 lines
203 B
Bash
Executable File

#!/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