mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2025-06-29 20:20:41 +00:00
Further updates for trayer
This commit is contained in:
parent
51aa4996ad
commit
a60115e2dd
3 changed files with 3 additions and 4 deletions
|
@ -30,9 +30,8 @@ for ((n=0;n<MONITOR_AMOUT;n++)); do
|
|||
position_line="$(make_position_line $n)"
|
||||
contents="${xmobarhs_content/$position_line_0/$position_line}"
|
||||
|
||||
# Only keep trayer spacer in 1st xmobar
|
||||
# Only use Trayer in the 1st xmobar (on single monitor)
|
||||
if [ $n -ne 0 ]; then
|
||||
#contents="${contents/'%trayerpad%'/''}"
|
||||
contents="$(grep -v trayerpad <<< $contents)"
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue