1
0
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:
2020-04-10 16:17:05 +02:00
parent f626125c68
commit 61efb724a3
4 changed files with 34 additions and 18 deletions

View File

@ -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 &