feat: niri-waybar

This commit is contained in:
js0ny 2025-10-08 10:33:54 +01:00
parent ff096c02bd
commit 8db7f8a1e9
7 changed files with 670 additions and 104 deletions

View file

@ -0,0 +1,30 @@
// -*- mode: jsonc -*-
{
// "layer": "top", // Waybar at top layer
// "position": "bottom", // Waybar position (top|bottom|left|right)
"include": [
"~/.config/waybar/modules/hyprland-workspace.jsonc",
"~/.config/waybar/modules/misc.jsonc",
"~/.config/waybar/modules/niri.jsonc"
],
"height": 30, // Waybar height (to be removed for auto height)
// "width": 1280, // Waybar width
"spacing": 4, // Gaps between modules (4px)
// Choose the order of the modules
"modules-left": ["custom/osicon", "hyprland/workspaces", "sway/mode", "sway/scratchpad"],
"modules-center": ["hyprland/window"],
"modules-right": [
"tray",
// "idle_inhibitor",
"pulseaudio",
"network",
// "power-profiles-daemon",
"cpu",
"memory",
"temperature",
"backlight",
// "hyprland/language",
"battery",
"clock",
],
}