From 951830e8ec29766537c459523aa810d6e5dd8a39 Mon Sep 17 00:00:00 2001 From: FURK4NGG <105324908+FURK4NGG@users.noreply.github.com> Date: Fri, 13 Feb 2026 13:00:36 +0300 Subject: [PATCH] Update config-DP-2 --- .config/waybar/config-DP-2 | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.config/waybar/config-DP-2 b/.config/waybar/config-DP-2 index 46be8f9..2f17d2f 100644 --- a/.config/waybar/config-DP-2 +++ b/.config/waybar/config-DP-2 @@ -3,7 +3,7 @@ "modules-left": ["hyprland/workspaces"], "modules-center": ["clock","custom/weather"], - "modules-right": ["tray","custom/scratchpad-indicator","bluetooth","custom/kblayout","memory","cpu","pulseaudio","custom/power"], + "modules-right": ["tray","custom/scratchpad-indicator","bluetooth","custom/recording","custom/kblayout","memory","cpu","pulseaudio","custom/power"], "sway/mode": { "format": "{}" @@ -74,6 +74,11 @@ "interval": 1800, "exec": "$HOME/.config/waybar/scripts/weather.py", "return-type": "json" + }, + "custom/recording": { + "exec": "if pgrep -x wf-recorder > /dev/null || pgrep -x obs > /dev/null; then echo '⏺'; else echo ''; fi", + "interval": 1, + "return-type": "text" }, "custom/kblayout": { "exec": "hyprctl -j devices | jq -r '.keyboards[] | select(.main == true) | .active_keymap | ascii_downcase | if test(\"turk\") then \"tr\" elif test(\"us|english\") then \"en\" else \"??\" end'",