Skip to content

Agent Skill for managing Waybar configuration with natural language

Notifications You must be signed in to change notification settings

robzolkos/omarchy-waybar-skill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Omarchy Waybar Skill

An agent skill for managing Waybar configuration using natural language.

omarchy-waybar-screenshot

Overview

This skill enables AI coding agents to understand and modify your Waybar status bar configuration. It's designed for Omarchy Linux systems.

Installation

Claude Code

git clone https://github.com/robzolkos/omarchy-waybar-skill.git ~/.claude/skills/waybar

OpenCode

git clone https://github.com/robzolkos/omarchy-waybar-skill.git ~/.config/opencode/skill/waybar

Usage

Once installed, your agent will automatically use this skill when you ask about Waybar. Examples:

  • "Add a memory monitor to my waybar"
  • "Move the clock to the left side"
  • "Remove the CPU indicator"
  • "Add a custom module that shows disk usage"
  • "Show battery percentage"
  • "Make the bar thicker"
  • "Hide the system tray"
  • "Add a module that runs a script every 30 seconds"

Features

  • Natural language configuration - Describe what you want, the agent handles the JSON
  • Omarchy integration - Uses Omarchy commands for reload/reset
  • Safe editing - Automatic backups before changes, JSON validation after
  • Module management - Add, remove, move, and configure modules
  • Custom modules - Create new modules with exec scripts
  • Styling support - Modify style.css for appearance changes

Omarchy Commands

The skill uses these Omarchy commands:

Command Purpose
omarchy-restart-waybar Restart Waybar
omarchy-toggle-waybar Show/hide Waybar
omarchy-refresh-waybar Reset to Omarchy defaults

Configuration Files

  • ~/.config/waybar/config.jsonc - Main configuration
  • ~/.config/waybar/style.css - Styling

Requirements

License

MIT

About

Agent Skill for managing Waybar configuration with natural language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published