From 739caec13cf57c010b5a6b51a2f0227c32d04a20 Mon Sep 17 00:00:00 2001 From: awy Date: Thu, 2 Oct 2025 19:11:38 +0300 Subject: upda --- .config/waybar/config.jsonc | 16 ++++++++-------- .config/waybar/style.css | 3 ++- 2 files changed, 10 insertions(+), 9 deletions(-) (limited to '.config') diff --git a/.config/waybar/config.jsonc b/.config/waybar/config.jsonc index 8f6148b..aaad23e 100644 --- a/.config/waybar/config.jsonc +++ b/.config/waybar/config.jsonc @@ -43,16 +43,16 @@ }, "hyprland/window": { + "format": "{class}: {title}", "rewrite": { - "(.*) — Mozilla Firefox": "󰈹 $1", - "Mozilla Firefox": "󰈹 Mozilla Firefox", - "(.*) — GNU IceCat": "󰄛 $1", - "GNU IceCat": "󰄛 GNU IceCat", - "(.*) - Nvim": " $1", + "(.*) — GNU IceCat": "$1", + "icecat: (.*)": "󰄛 $1", + "footclient(.*) - Nvim": " $1", "(.*) - mpv": " $1", - "Yazi: (.*)": " $1", - "neomutt": " neomutt", - "foot": " foot" + ".*Yazi: (.*)": " $1", + ".*neomutt": " neomutt", + ".*rmpc": " rmpc", + "footclient: (.*)": " $1" } }, diff --git a/.config/waybar/style.css b/.config/waybar/style.css index f1e077b..72e4f21 100644 --- a/.config/waybar/style.css +++ b/.config/waybar/style.css @@ -14,7 +14,7 @@ } window#waybar { - background-color: @bright_blue; + background-color: @bright_blue; } .modules-right { @@ -62,6 +62,7 @@ window#waybar.hidden { #window { padding-left: 10px; background-color: @bright_blue; + color: @bg; } #mode { -- cgit v1.2.3