Skip to content

victordantasdev/waybar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Simple waybar configuration approved by @ThePrimeagen

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published