mirror of
https://github.com/aclist/dztui.git
synced 2024-12-29 13:52:03 +01:00
Drop wmctrl dependency
This commit is contained in:
parent
b7b75b1f52
commit
b8d1e918de
1 changed files with 1 additions and 1 deletions
2
dzgui.sh
2
dzgui.sh
|
@ -62,7 +62,7 @@ print_news(){
|
||||||
#TODO: abstract zenity title params and dimensions
|
#TODO: abstract zenity title params and dimensions
|
||||||
|
|
||||||
declare -A deps
|
declare -A deps
|
||||||
deps=([awk]="5.1.1" [curl]="7.80.0" [jq]="1.6" [tr]="9.0" [zenity]="3.42.1" [steam]="1.0.0" [wmctrl]="1.07")
|
deps=([awk]="5.1.1" [curl]="7.80.0" [jq]="1.6" [tr]="9.0" [zenity]="3.42.1" [steam]="1.0.0")
|
||||||
changelog(){
|
changelog(){
|
||||||
if [[ $branch == "stable" ]]; then
|
if [[ $branch == "stable" ]]; then
|
||||||
md="https://raw.githubusercontent.com/aclist/dztui/dzgui/changelog.md"
|
md="https://raw.githubusercontent.com/aclist/dztui/dzgui/changelog.md"
|
||||||
|
|
Loading…
Reference in a new issue