for this config i recommend install JetbrainsMono Nerd Font
-
Clone the repository:
git clone https://github.com/victordantasdev/waybar.git cd waybar -
Copy the configuration files to your Waybar directory:
mkdir -p ~/.config/waybar && \ cp -r * ~/.config/waybar/
-
Make sure the required fonts are installed (e.g., JetbrainsMono Nerd Font).
-
Restart Waybar to apply the configuration:
pkill waybar && waybar &
This repository includes a script for hot reloading the Waybar configuration whenever changes are made to config.jsonc or style.css. To run the hot reload script, simply execute:
~/.config/waybar/reload.sh


