diff options
author | awy <awy@awy.one> | 2025-10-04 17:30:17 +0300 |
---|---|---|
committer | awy <awy@awy.one> | 2025-10-04 17:30:17 +0300 |
commit | 1f4099ab22a478a6e4e399da128ce7f44a37c4b5 (patch) | |
tree | addcd92b03a8f970f9190d6ac6e39e47a2e37a3e /.config | |
parent | be2d78a2812b400001bad5442e972fe6d6188341 (diff) | |
download | hyprdots-1f4099ab22a478a6e4e399da128ce7f44a37c4b5.tar.gz |
up
Diffstat (limited to '.config')
-rw-r--r-- | .config/waybar/config.jsonc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.config/waybar/config.jsonc b/.config/waybar/config.jsonc index 4f0bcf8..fbe06fb 100644 --- a/.config/waybar/config.jsonc +++ b/.config/waybar/config.jsonc @@ -48,11 +48,12 @@ "rewrite": { "(.*) — GNU IceCat": "$1", "icecat: (.*)": " $1", - "footclient(.*) - Nvim": " $1", + "(.*) - Nvim": " $1", "(.*) - mpv": " $1", ".*Yazi: (.*)": " $1", ".*neomutt": " neomutt", ".*rmpc": " rmpc", + "org.telegram.desktop: (.*)": " $1", "footclient: (.*)": " $1" } }, |