mirror of
https://github.com/dylanaraps/neofetch.git
synced 2025-12-23 12:09:55 +00:00
term_font: Fix Konsole font on openSUSE
This commit is contained in:
2
neofetch
2
neofetch
@@ -3102,6 +3102,8 @@ END
|
|||||||
# Get Process ID of current konsole window / tab
|
# Get Process ID of current konsole window / tab
|
||||||
child="$(get_ppid "$$")"
|
child="$(get_ppid "$$")"
|
||||||
|
|
||||||
|
QT_BINDIR="$(qtpaths --binaries-dir)" && PATH+=":$QT_BINDIR"
|
||||||
|
|
||||||
IFS=$'\n' read -d "" -ra konsole_instances \
|
IFS=$'\n' read -d "" -ra konsole_instances \
|
||||||
<<< "$(qdbus | awk '/org.kde.konsole/ {print $1}')"
|
<<< "$(qdbus | awk '/org.kde.konsole/ {print $1}')"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user