hyprland config
This commit is contained in:
8
hyprland/hypr/scripts/Waybar.sh
Executable file
8
hyprland/hypr/scripts/Waybar.sh
Executable file
@@ -0,0 +1,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
|
||||
Reference in New Issue
Block a user