diff options
author | awy <awy@awy.one> | 2025-10-02 19:11:38 +0300 |
---|---|---|
committer | awy <awy@awy.one> | 2025-10-02 19:11:38 +0300 |
commit | 739caec13cf57c010b5a6b51a2f0227c32d04a20 (patch) | |
tree | 99945c9a380867941288d9b4f25a9e8fe7bd8c36 /.config/waybar/config.jsonc | |
parent | 2bcda122e36177cfb051498a21fedeec0b1e9d93 (diff) | |
download | hyprdots-739caec13cf57c010b5a6b51a2f0227c32d04a20.tar.gz |
upda
Diffstat (limited to '.config/waybar/config.jsonc')
-rw-r--r-- | .config/waybar/config.jsonc | 16 |
1 files changed, 8 insertions, 8 deletions
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" } }, |