Waybar

./status_bar

What's inside

My Waybar sits at the top of the screen. It shows the current mode (Travail / Détente), Hyprland workspaces, the clock, then system info, volume, network, bluetooth, and battery. The network, bluetooth and system modules are clickable: they open a Wofi menu to manage wifi networks, bluetooth devices, or show system stats.

waybar/config.jsonc
Download
waybar/style.css
Download
waybar/system_menu.xml

Custom Scripts

7 scripts used by Waybar modules, all clickable and interactive via Wofi.

battery.sh

Displays battery icon + percentage. Icon changes based on charge level.

Download

bluetooth_menu.sh

Wofi menu to toggle bluetooth, enable airplane mode, or connect/disconnect devices.

Download

mode-indicator.sh

Shows the current mode (Travail / Détente) from /tmp/hypr-mode.

Download

network.sh

Shows current WiFi SSID or "Not connected". Runs every 5s.

Download

wifi_menu.sh

Wofi menu to toggle WiFi, enable airplane mode, connect to a network (prompts for password).

Download

sysinfo_bar.sh

Icon shown in the bar. Click opens sysinfo_menu.

Download

sysinfo_menu.sh

Wofi popup with CPU, RAM, temp, GPU, disk and uptime. Also launches btop.

Download
Back to /uses