No description
| scripts | ||
| config.jsonc | ||
| README.md | ||
| reload.sh | ||
| style.css | ||
Simple waybar config
for this config i recommend install JetbrainsMono Nerd Font
Table of Contents
Waybar Examples:
Left (Workspaces):
Center (Date Time | Weather):
Right (Volume | Uptime | Network | CPU | RAM | Docker Usage | Tray | Power):
Full:
How to Clone and Set Up
-
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 &
Hot Reload Script
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



