hyprdots

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

commit 576c91b55ab155f752f6a7fa4fd3ecfd7679abcd
parent b5aa0ab6e0c5882ebfc0f96b65eacfaa5352cb35
Author: awy <awy@awy.one>
Date:   Mon, 24 Mar 2025 00:14:53 +0300

sb-tasks

Diffstat:
M.config/waybar/config | 14+++++++++++++-
1 file changed, 13 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/recording", "custom/music", "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/tasks", "custom/music", "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, @@ -22,6 +22,18 @@ "exec" : "cat /tmp/recordingicon 2> /dev/null", }, + "custom/tasks" : { + "tooltip": false, + "format": "{}", + "signal": 26, + "interval": 10, + "exec" : "sb-tasks", + "on-click": "sb-tasks 1", + "on-click-right": "sb-tasks 3", + "on-click-middle": "sb-tasks 2", + "on-click-backward": "sb-tasks 8", + }, + "custom/music" : { "tooltip": false, "format": "{}",