From a6b47be704ab5442679033e8b777863d1d401524 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Wed, 8 Nov 2023 09:12:12 +0900 Subject: Small tweak --- config/waybar/modules | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'config/waybar/modules') diff --git a/config/waybar/modules b/config/waybar/modules index 3b033aa7..1dc5ec14 100644 --- a/config/waybar/modules +++ b/config/waybar/modules @@ -140,8 +140,16 @@ "hyprland/window": { "format": "{}", - "max-length": 360, + "max-length": 40, "separate-outputs": true, + "offscreen-css" : true, + "offscreen-css-text": "(inactive)", + "rewrite": { + "(.*) — Mozilla Firefox": " $1", + "(.*) - fish": "> [$1]", + "(.*) - zsh": "> [$1]", + "(.*) - kitty": "> [$1]", + }, }, "hyprland/workspaces": { @@ -352,7 +360,8 @@ "on-click": "$HOME/.config/hypr/scripts/Wlogout.sh", "on-click-right": "~/.config/hypr/scripts/ChangeBlur.sh", }, - + +// NOTE:! This is only for Arch and Arch Based Distros "custom/updater":{ "format": " {}", "exec": "checkupdates | wc -l", -- cgit v1.2.3