fix
parent
431e9d3f53
commit
18bee5aa2e
|
@ -257,7 +257,7 @@ TABS="280"
|
|||
ITEM_HEIGHT="30"
|
||||
FONT="Noto Sans Medium 11"
|
||||
MENU_RADIUS=10
|
||||
THUMB="$(DISPLAY=:0 scrot -t 340x213 -0 /tmp/mblogout.png -e 'echo $m')"
|
||||
THUMB="$(DISPLAY=:0 scrot -t 340x213 -o /tmp/mblogout.png -e 'echo $m')"
|
||||
|
||||
mkconfigfile
|
||||
|
||||
|
@ -265,7 +265,7 @@ cat <<EOF > ${MENU_ITEMS}
|
|||
@icon,,0,0,340,100,4,left,top,,,$THUMB
|
||||
@icon,,10,20,48,48,4,left,top,,,/usr/share/icons/hicolor/48x48/apps/mbcc.png
|
||||
@text,,120,150,220,20,4,left,top,#EEEEEE,#111111,$OSNAME $OSVERSION <sup> $OSCODE</sup>
|
||||
@text,,120,170,240,20,4,left,top,#660000,#444444,<small>Jądro: $KERNEL $HOSTTYPE</small>
|
||||
@text,,120,170,240,20,4,left,top,#009900,#444444,<small>Jądro: $KERNEL $HOSTTYPE</small>
|
||||
@text,,120,190,200,20,4,left,top,#DDDDDD,#DDDDDD,<small>$USER@$HOSTNAME</small>
|
||||
^sep(Wylogować?)
|
||||
Wyloguj,openbox --exit
|
||||
|
|
Loading…
Reference in New Issue