upd
parent
a7ac01194b
commit
e4fff4dc08
|
@ -102,12 +102,12 @@ color_title_bg = ${color_title_bg:-#262626 100}
|
||||||
color_scroll_ind = ${COLOR_SCROLL_IND:-#504e65 100}
|
color_scroll_ind = ${COLOR_SCROLL_IND:-#504e65 100}
|
||||||
|
|
||||||
|
|
||||||
sep_markup = weight="bold" foreground="${color_title_fg% *:-#FFFFFF}"
|
sep_markup = weight="bold" foreground="${color_title_fg% *}"
|
||||||
font = ${font:-Noto Sans Medium 9}
|
font = ${font:-Noto Sans Medium 9}
|
||||||
icon_size = ${ICON_SIZE:-0}
|
icon_size = ${ICON_SIZE:-0}
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
unset $font
|
unset font
|
||||||
}
|
}
|
||||||
|
|
||||||
#MENU GŁÓWNE
|
#MENU GŁÓWNE
|
||||||
|
@ -375,18 +375,21 @@ cat <<EOF > ${MENU_ITEMS}
|
||||||
Teraz,scrot $IMG -e $VIEW
|
Teraz,scrot $IMG -e $VIEW
|
||||||
Za 5 sekund,scrot -d 5 $IMG -e $VIEW
|
Za 5 sekund,scrot -d 5 $IMG -e $VIEW
|
||||||
Za 10 sekund,scrot -d 10 $IMG -e $VIEW
|
Za 10 sekund,scrot -d 10 $IMG -e $VIEW
|
||||||
|
^sep()
|
||||||
wróć,^back()
|
wróć,^back()
|
||||||
^tag(window)
|
^tag(window)
|
||||||
^sep(Aktywne Okno )
|
^sep(Aktywne Okno )
|
||||||
Teraz,scrot -d 1 -u -b $IMG -e $VIEW
|
Teraz,scrot -d 1 -u -b $IMG -e $VIEW
|
||||||
Za 5 sekund,scrot -d 5 -u -b $IMG -e $VIEW
|
Za 5 sekund,scrot -d 5 -u -b $IMG -e $VIEW
|
||||||
Za 10 sekund,scrot -d 10 -u -b $IMG -e $VIEW
|
Za 10 sekund,scrot -d 10 -u -b $IMG -e $VIEW
|
||||||
|
^sep()
|
||||||
wróć,^back()
|
wróć,^back()
|
||||||
^tag(borderless)
|
^tag(borderless)
|
||||||
^sep(Aktywne Okno - bez dekoracji)
|
^sep(Aktywne Okno - bez dekoracji)
|
||||||
Teraz,scrot -d 1 -u $IMG -e $VIEW
|
Teraz,scrot -d 1 -u $IMG -e $VIEW
|
||||||
Za 5 sekund,scrot -d 5 -u $IMG -e $VIEW
|
Za 5 sekund,scrot -d 5 -u $IMG -e $VIEW
|
||||||
Za 10 sekund,scrot -d 10 -u $IMG -e $VIEW
|
Za 10 sekund,scrot -d 10 -u $IMG -e $VIEW
|
||||||
|
^sep()
|
||||||
wróć,^back()
|
wróć,^back()
|
||||||
EOF
|
EOF
|
||||||
jgmenu --config-file=${CONFIG_FILE} --csv-file=${MENU_ITEMS} 2>/dev/null
|
jgmenu --config-file=${CONFIG_FILE} --csv-file=${MENU_ITEMS} 2>/dev/null
|
||||||
|
|
Loading…
Reference in New Issue