diff options
author | awy <awy@awy.one> | 2025-10-06 17:48:14 +0300 |
---|---|---|
committer | awy <awy@awy.one> | 2025-10-06 17:48:14 +0300 |
commit | 23f4f1b05a96784ae5c29b1ebea88b35388a5d0b (patch) | |
tree | 704e0b2b51dac7195a9b3d7a38a47c9bc2e44b88 /.config/waybar/config.jsonc | |
parent | 5b387fbd19a8c2e68390c3042bff8748e259bef0 (diff) | |
download | hyprdots-23f4f1b05a96784ae5c29b1ebea88b35388a5d0b.tar.gz |
catppuccin
Diffstat (limited to '.config/waybar/config.jsonc')
-rw-r--r-- | .config/waybar/config.jsonc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.config/waybar/config.jsonc b/.config/waybar/config.jsonc index fbe06fb..fc6a12a 100644 --- a/.config/waybar/config.jsonc +++ b/.config/waybar/config.jsonc @@ -46,6 +46,7 @@ "hyprland/window": { "format": "{class}: {title}", "rewrite": { + ": (.*)": "", "(.*) — GNU IceCat": "$1", "icecat: (.*)": " $1", "(.*) - Nvim": " $1", @@ -54,6 +55,7 @@ ".*neomutt": " neomutt", ".*rmpc": " rmpc", "org.telegram.desktop: (.*)": " $1", + "steam: (.*)": " $1", "footclient: (.*)": " $1" } }, |