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/waybar/startup.sh

11 lines
173 B
Bash
Executable File

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