mirror of
https://github.com/dylanaraps/neofetch.git
synced 2025-12-14 12:37:16 +00:00
Image: Better xrdb command
This commit is contained in:
3
neofetch
3
neofetch
@@ -2785,8 +2785,7 @@ get_term_padding() {
|
|||||||
|
|
||||||
case "$term" in
|
case "$term" in
|
||||||
"URxvt"*)
|
"URxvt"*)
|
||||||
border="$(xrdb -query | grep -i "\(URxvt\|\*\)\.InternalBorder")"
|
border="$(xrdb -query | awk -F ':' '/^(URxvt|\*).internalBorder/ {printf $2; exit}')"
|
||||||
border="${border/*:}"
|
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user