This repository has been archived on 2024-07-10. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles-nix/apps/waybar/startup.sh

11 lines
183 B
Bash
Executable File

#!/usr/bin/env zsh
# check if waybar is already running
pkill waybar
# start waybar
waybar \
-c ~/.dotfiles/apps/waybar/waybar.conf \
-s ~/.dotfiles/apps/waybar/style.css \
&