hyprdots

my dotfiles for hyprland
git clone https://git.awy.one/hyprdots.git
Log | Files | Refs | README | LICENSE

commit 124345d229a6ef08dacd072d8699aee2a751b3d0
parent f3155a05801dbdfb0e50078c5383ff96cb9948f0
Author: awy <awy@awy.one>
Date:   Tue, 18 Mar 2025 21:44:36 +0300

waybar

Diffstat:
M.config/waybar/config | 9++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/.config/waybar/config b/.config/waybar/config @@ -6,7 +6,7 @@ "reload_style_on_change": true, "modules-left": ["hyprland/workspaces"], "modules-center": [], - "modules-right": ["custom/packages", "custom/news", "custom/torrent","custom/memory", "custom/forecast","custom/mailbox","custom/nettraf","custom/microphone","custom/volume","custom/clock","custom/internet","tray"], + "modules-right": ["custom/recording", "custom/packages", "custom/news", "custom/torrent","custom/memory", "custom/forecast","custom/mailbox","custom/nettraf","custom/microphone","custom/volume","custom/clock","custom/internet","tray"], "hyprland/workspaces": { "disable-scroll": true, @@ -15,6 +15,13 @@ "format": "{icon}", }, + "custom/recording" : { + "tooltip": false, + "format": "{}", + "signal": 9, + "exec" : "cat /tmp/recordingicon 2> /dev/null", + }, + "custom/packages" : { "tooltip": false, "format": "{}",