No description
Find a file
2025-10-29 17:31:41 +01:00
scripts wip 2025-10-11 13:07:09 +02:00
config.jsonc fixed the uptime widget 2025-10-29 17:31:41 +01:00
README.md wip 2025-10-11 13:07:09 +02:00
reload.sh wip 2025-10-11 13:07:09 +02:00
style.css added some insane new styles and colors to 'pick' from the config files 2025-10-21 20:07:26 +02:00

Simple waybar config

for this config i recommend install JetbrainsMono Nerd Font

Table of Contents

Waybar Examples:

Left (Workspaces):

image

Center (Date Time | Weather):

image

Right (Volume | Uptime | Network | CPU | RAM | Docker Usage | Tray | Power):

image

Full:

image

How to Clone and Set Up

  1. Clone the repository:

    git clone https://github.com/victordantasdev/waybar.git
    cd waybar
    
  2. Copy the configuration files to your Waybar directory:

    mkdir -p ~/.config/waybar && \
    cp -r * ~/.config/waybar/
    
  3. Make sure the required fonts are installed (e.g., JetbrainsMono Nerd Font).

  4. 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