Thanks to visit codestin.com
Credit goes to github.com

Skip to content

sejjy/mechabar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

98 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🤖 mechabar

A mecha-themed, modular Waybar configuration.

Preview
Themes

Catppuccin:

Mocha (default)
Mocha
Macchiato
Macchiato
Frappe
Frappe
Latte
Latte

Requirements

  1. waybar

Warning

Version 0.14.0 has an issue that breaks modular configs. As a temporary fix, clone the fix/v0.14.0 branch instead.

  1. A terminal emulator (default: kitty)

Important

If you use a different terminal emulator (e.g., ghostty), replace all invocations of kitty with your terminal command:

- "on-click": "kitty -e ..."
+ "on-click": "ghostty -e ..."

Installation

  1. Backup your current config:

    mv ~/.config/waybar{,.bak}
  2. Clone the repository:

    git clone https://github.com/sejjy/mechabar.git ~/.config/waybar
    
    # Version 0.14.0 fix:
    # git clone -b fix/v0.14.0 https://github.com/sejjy/mechabar.git ~/.config/waybar
  3. Run the install script:

    ~/.config/waybar/install.sh

    This makes the scripts executable and installs all dependencies listed below:

    Package Description
    bluez Daemons for the bluetooth protocol stack
    (bluetoothctl) bluez-utils Development and debugging utilities for the bluetooth protocol stack
    brightnessctl Lightweight brightness control tool
    fzf Command-line fuzzy finder
    (nmcli) networkmanager Network connection manager and user applications
    (checkupdates) pacman-contrib Contributed scripts and tools for pacman systems
    pipewire-pulse Low-latency audio/video router and processor - PulseAudio replacement
    ttf-0xproto-nerd Patched font 0xProto from nerd fonts library

Customization

To change the theme, overwrite theme.css with your preferred theme from the themes directory.

For example, to use Catppuccin Latte:

cd ~/.config/waybar
cp themes/catppuccin-latte.css theme.css

Credits

About

A mecha-themed, modular Waybar configuration. 🤖

Topics

Resources

License

Stars

Watchers

Forks