https://github.com/victordantasdev/waybar
Simple waybar configuration approved by @ThePrimeagen
https://github.com/victordantasdev/waybar
hyprland linux waybar
Last synced: about 1 year ago
JSON representation
Simple waybar configuration approved by @ThePrimeagen
- Host: GitHub
- URL: https://github.com/victordantasdev/waybar
- Owner: victordantasdev
- Created: 2025-05-05T17:10:07.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-13T20:09:53.000Z (about 1 year ago)
- Last Synced: 2025-06-09T05:44:45.135Z (about 1 year ago)
- Topics: hyprland, linux, waybar
- Language: Go
- Homepage:
- Size: 6.6 MB
- Stars: 17
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple waybar config
> for this config i recommend install [JetbrainsMono Nerd Font](https://github.com/ryanoasis/nerd-fonts/releases/download/v3.4.0/JetBrainsMono.zip)
## Table of Contents
- [Waybar Examples](#waybar-examples)
- [Left (Workspaces)](#left-workspaces)
- [Center (Date Time | Weather)](#center-date-time--weather)
- [Right (Volume | Uptime | Network | CPU | RAM | Docker Usage | Tray | Power)](#right-volume--uptime--network--cpu--ram--docker-usage--tray--power)
- [Full](#full)
- [How to Clone and Set Up](#how-to-clone-and-set-up)
- [Hot Reload Script](#hot-reload-script)
## 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
1. Clone the repository:
```bash
git clone https://github.com/victordantasdev/waybar.git
cd waybar
```
2. Copy the configuration files to your Waybar directory:
```bash
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:
```bash
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:
```bash
~/.config/waybar/reload.sh
```