mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2025-07-04 04:09:26 +00:00
[polybar] Update dynamic configuration for task_manager
This commit is contained in:
@ -9,6 +9,8 @@ done
|
||||
export TERMINAL_CMD="tilix --profile orange --new-process -e"
|
||||
export WM_CONTROL="$(dirname "$0")/scripts/switch_window_state"
|
||||
|
||||
~/.config/polybar/scripts/task_manager --generate-config 20
|
||||
|
||||
for monitor in $(polybar --list-monitors | cut -d":" -f1); do
|
||||
export MONITOR=$monitor
|
||||
polybar top -c ~/.config/polybar/bar.ini >/dev/null &
|
||||
@ -18,4 +20,4 @@ until pgrep -u "$(id -u)" -x polybar >/dev/null; do
|
||||
sleep 0.5
|
||||
done
|
||||
|
||||
~/.config/polybar/scripts/task_manager --daemon 15 &
|
||||
~/.config/polybar/scripts/task_manager --daemon &
|
||||
|
Reference in New Issue
Block a user