mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2025-07-04 05:19:26 +00:00
[polybar] Add a MVP task_manager module
This commit is contained in:
@ -153,3 +153,45 @@ exec = ~/.config/polybar/scripts/check_updates
|
||||
tail = true
|
||||
interval = 5
|
||||
click-left = $TERMINAL_CMD "yay -Suy" &
|
||||
|
||||
|
||||
[module/taskbar1]
|
||||
type = custom/ipc
|
||||
hook-0 = ~/.config/polybar/scripts/task_manager --window 1
|
||||
hook-1 = echo ""
|
||||
[module/taskbar2]
|
||||
type = custom/ipc
|
||||
hook-0 = ~/.config/polybar/scripts/task_manager --window 2
|
||||
hook-1 = echo ""
|
||||
[module/taskbar3]
|
||||
type = custom/ipc
|
||||
hook-0 = ~/.config/polybar/scripts/task_manager --window 3
|
||||
hook-1 = echo ""
|
||||
[module/taskbar4]
|
||||
type = custom/ipc
|
||||
hook-0 = ~/.config/polybar/scripts/task_manager --window 4
|
||||
hook-1 = echo ""
|
||||
[module/taskbar5]
|
||||
type = custom/ipc
|
||||
hook-0 = ~/.config/polybar/scripts/task_manager --window 5
|
||||
hook-1 = echo ""
|
||||
[module/taskbar6]
|
||||
type = custom/ipc
|
||||
hook-0 = ~/.config/polybar/scripts/task_manager --window 6
|
||||
hook-1 = echo ""
|
||||
[module/taskbar7]
|
||||
type = custom/ipc
|
||||
hook-0 = ~/.config/polybar/scripts/task_manager --window 7
|
||||
hook-1 = echo ""
|
||||
[module/taskbar8]
|
||||
type = custom/ipc
|
||||
hook-0 = ~/.config/polybar/scripts/task_manager --window 8
|
||||
hook-1 = echo ""
|
||||
[module/taskbar9]
|
||||
type = custom/ipc
|
||||
hook-0 = ~/.config/polybar/scripts/task_manager --window 9
|
||||
hook-1 = echo ""
|
||||
[module/taskbar10]
|
||||
type = custom/ipc
|
||||
hook-0 = ~/.config/polybar/scripts/task_manager --window 10
|
||||
hook-1 = echo ""
|
||||
|
Reference in New Issue
Block a user