From d48190e99dcba6ff8f440f7437d8a6bd24294f32 Mon Sep 17 00:00:00 2001 From: Derek Taylor Date: Thu, 15 Jan 2026 18:57:48 -0600 Subject: [PATCH] No clue. --- .config/waybar/config.jsonc | 29 ++++++++++++++--------------- 1 file changed, 14 insertions(+), 15 deletions(-) diff --git a/.config/waybar/config.jsonc b/.config/waybar/config.jsonc index bbeb652..7f6690f 100644 --- a/.config/waybar/config.jsonc +++ b/.config/waybar/config.jsonc @@ -1,10 +1,12 @@ { "layer": "top", "position": "top", - "spacing": 0, + "spacing": 4, "height": 32, "modules-left": [ - "custom/logo", + "custom/spacer", + "image", + "custom/spacer", "hyprland/workspaces", "niri/workspaces" ], @@ -17,7 +19,6 @@ "memory", "custom/diskfree", "clock", - "wireplumber", "custom/power" ], "wlr/taskbar": { @@ -50,17 +51,7 @@ "disable-scroll": true, "all-outputs": true, "warp-on-scroll": false, - "format": "{name}: {icon}", - "format-icons": { - "default": "", - "1": "", - "2": "", - "3": "", - "4": "", - "5": "", - //"active": "󱓻", - //"urgent": "󱓻" - }, + "format": "{icon}", }, "persistent_workspaces": { "1": [], @@ -120,7 +111,15 @@ "custom/logo": { "format": "  ", "tooltip": false, - "on-click": "~/.config/rofi/launchers/misc/launcher.sh &" + "on-click": "rofi -show drun" + }, + "image": { + "path": "/home/dt/.config/qtile/icons/cachyos.svg", + "size": 26, + "on-click": "rofi -show drun" + }, + "custom/spacer": { + "format": " " /* Two spaces ensures it has some width */ }, "battery": { "format": "{capacity}% {icon}",