parent
f42d8e040a
commit
1398be067c
|
@ -32,12 +32,12 @@ wp () {
|
|||
all () {
|
||||
ob
|
||||
conky
|
||||
menu show
|
||||
[[ "$1" == "show" ]] && menu show || menu
|
||||
}
|
||||
resetall () {
|
||||
conkyctl resetcolorsall
|
||||
obtctl resetMBcolors
|
||||
jgctl resetMBcolors show
|
||||
[[ "$1" == "show" ]] && jgctl resetMBcolors show || jgctl resetMBcolors
|
||||
|
||||
}
|
||||
pipemenu () {
|
||||
|
@ -98,7 +98,7 @@ case "$1" in
|
|||
menu) menu "${2}";;
|
||||
conky) conky;;
|
||||
wp) wp;;
|
||||
all) all;;
|
||||
resetall)resetall;;
|
||||
all) all "$2";;
|
||||
resetall)resetall "$2";;
|
||||
l|c|*) pipemenu "$1";;
|
||||
esac
|
||||
|
|
|
@ -99,7 +99,7 @@ kbd {
|
|||
<div class="w3-bar-block w3-grey"><a class="w3-button w3-bar-item w3-tiny" href="run://randomizer ob">Openbox theme</a>
|
||||
<a class="w3-button w3-bar-item w3-tiny" href="run://randomizer menu show">Menu / Sidepanels</a>
|
||||
<a class="w3-button w3-bar-item w3-tiny" href="run://randomizer conky">Conkies</a>
|
||||
<a class="w3-button w3-bar-item w3-tiny w3-hover-yellow" href="run://randomizer all">All above</a>
|
||||
<a class="w3-button w3-bar-item w3-tiny w3-hover-yellow" href="run://randomizer all show">All above</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -108,7 +108,7 @@ kbd {
|
|||
<div class="w3-bar-block w3-dark-grey"><a class="w3-button w3-bar-item w3-tiny" href="run://obtctl resetMBcolors">Openbox theme</a>
|
||||
<a class="w3-button w3-bar-item w3-tiny" href="run://jgctl resetMBcolors show">Menu / Sidepanels</a>
|
||||
<a class="w3-button w3-bar-item w3-tiny" href="run://conkyctl resetcolorsall">Conkies</a>
|
||||
<a class="w3-button w3-bar-item w3-tiny w3-hover-yellow" href="run://randomizer resetall">All above</a>
|
||||
<a class="w3-button w3-bar-item w3-tiny w3-hover-yellow" href="run://randomizer resetall show">All above</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -99,7 +99,7 @@ kbd {
|
|||
<div class="w3-bar-block w3-grey"><a class="w3-button w3-bar-item w3-tiny" href="run://randomizer ob">Dekoracje okien Openbox</a>
|
||||
<a class="w3-button w3-bar-item w3-tiny" href="run://randomizer menu show">Menu / Panele boczne</a>
|
||||
<a class="w3-button w3-bar-item w3-tiny" href="run://randomizer conky">Conky</a>
|
||||
<a class="w3-button w3-bar-item w3-tiny w3-hover-yellow" href="run://randomizer all">Wszystko co powyżej</a>
|
||||
<a class="w3-button w3-bar-item w3-tiny w3-hover-yellow" href="run://randomizer all show">Wszystko co powyżej</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -108,7 +108,7 @@ kbd {
|
|||
<div class="w3-bar-block w3-dark-grey"><a class="w3-button w3-bar-item w3-tiny" href="run://obtctl resetMBcolors">Dekoracje okien Openbox</a>
|
||||
<a class="w3-button w3-bar-item w3-tiny" href="run://jgctl resetMBcolors show">Menu / Panele boczne</a>
|
||||
<a class="w3-button w3-bar-item w3-tiny" href="run://conkyctl resetcolorsall">Conky</a>
|
||||
<a class="w3-button w3-bar-item w3-tiny w3-hover-yellow" href="run://randomizer resetall">Wszystko co powyżej</a>
|
||||
<a class="w3-button w3-bar-item w3-tiny w3-hover-yellow" href="run://randomizer resetall show">Wszystko co powyżej</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue