Поддержка нескольких мониторов для termcolors #1

Closed
opened 2023-12-29 19:42:14 +03:00 by L1nk · 2 comments
Owner
No description provided.
Author
Owner

Скрипта termcolors давно уже нет. Надо будет обновить репу, но это позже. Может быть... Когда-нибудь...

Скрипта termcolors давно уже нет. Надо будет обновить репу, но это позже. Может быть... Когда-нибудь...
L1nk closed this issue 2025-07-12 21:39:15 +03:00
Author
Owner

Идея была реализована с помощью wallust, работает только в KDE Plasma, даже с 2мя мониторами

wallust run $(qdbus org.kde.plasmashell /PlasmaShell org.kde.PlasmaShell.wallpaper 0 | grep "Image: /" | cut -c 8-) -qs 2> /dev/null
if [ $? -eq 0 ]; then
    :
else
wallust run $(qdbus org.kde.plasmashell /PlasmaShell org.kde.PlasmaShell.wallpaper 0 | grep "Image: file" | cut -c 15-) -qs
fi
Идея была реализована с помощью [wallust](https://codeberg.org/explosion-mental/wallust), работает только в KDE Plasma, даже с 2мя мониторами ```bash wallust run $(qdbus org.kde.plasmashell /PlasmaShell org.kde.PlasmaShell.wallpaper 0 | grep "Image: /" | cut -c 8-) -qs 2> /dev/null if [ $? -eq 0 ]; then : else wallust run $(qdbus org.kde.plasmashell /PlasmaShell org.kde.PlasmaShell.wallpaper 0 | grep "Image: file" | cut -c 15-) -qs fi ```
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
L1nk/dotfiles#1
No description provided.