icons
parent
a28558bc1d
commit
b0c6cb75a2
14
bin/mcc
14
bin/mcc
|
@ -221,7 +221,7 @@ yad --plug=$KEY --tabnum=2 --text="$SOFTWARE_DESC" \
|
|||
|
||||
#TAB 3 AUTOSTART
|
||||
yad --plug=$KEY --tabnum=3 --borders=20 \
|
||||
--text="<b>Autostart</b>" \
|
||||
--text="<b>Autostart</b>" --image=gtk-execute \
|
||||
--columns=1 --form \
|
||||
--field="$AUTOSTART_DESC:LBL" "" \
|
||||
--field="$EDIT_XDG:FBTN" "yautostart" \
|
||||
|
@ -237,7 +237,7 @@ yad --plug=$KEY --tabnum=4 --text="$LOOK_DESC" --icons --read-dir=/usr/share/mcc
|
|||
|
||||
#TAB 5 TINT2
|
||||
yad --plug=$KEY --tabnum=5 --borders=20 \
|
||||
--text="$TINT_DESC" \
|
||||
--text="$TINT_DESC" --image=tint2conf \
|
||||
--columns=1 --form \
|
||||
--field="$T_CHOOSE:FBTN" "mb-tint2-manager" \
|
||||
--field="$T_CONF:FBTN" "tint2conf" \
|
||||
|
@ -248,7 +248,7 @@ yad --plug=$KEY --tabnum=5 --borders=20 \
|
|||
|
||||
#TAB 6 CONKY
|
||||
yad --plug=$KEY --tabnum=6 --borders=20 \
|
||||
--text="$CONKY_DESC" \
|
||||
--text="$CONKY_DESC" --image=conky \
|
||||
--form \
|
||||
--field="$CONKY_CHOOSE:FBTN" "mb-conky-manager" \
|
||||
--field="$CONKY_RESTART:FBTN" "mb-conky-session" \
|
||||
|
@ -257,8 +257,8 @@ yad --plug=$KEY --tabnum=6 --borders=20 \
|
|||
> $res6 &
|
||||
|
||||
# TAB 7 MENU
|
||||
yad --plug=$KEY --tabnum=7 \
|
||||
--text="$MENU_DESC" \
|
||||
yad --plug=$KEY --tabnum=7 --borders=10 \
|
||||
--text="$MENU_DESC" --image=menu-editor \
|
||||
--columns=2 --form \
|
||||
--field="$M_EDIT_MAIN:FBTN" "geany $HOME/.config/jgmenu/prepend.csv" \
|
||||
--field="$M_LEFT:LBL" "" \
|
||||
|
@ -274,7 +274,7 @@ yad --plug=$KEY --tabnum=7 \
|
|||
|
||||
#TAB 8 Picom
|
||||
yad --plug=$KEY --tabnum=8 --borders=20 \
|
||||
--text="$COMP_DESC" \
|
||||
--text="$COMP_DESC" --image=compton \
|
||||
--columns=1 --form \
|
||||
--field="$COMP_EDIT:FBTN" "$EDITOR $HOME/.config/picom.conf" \
|
||||
--field="$COMP_RESTART:FBTN" "mabox-compositor --restart" \
|
||||
|
@ -284,7 +284,7 @@ yad --plug=$KEY --tabnum=8 --borders=20 \
|
|||
> $res8 &
|
||||
|
||||
#TAB 9 MOTYWY
|
||||
yad --plug=$KEY --tabnum=9 --borders=2 \
|
||||
yad --plug=$KEY --tabnum=9 --borders=10 \
|
||||
--text="<b>$MT_MNGR</b>\n $MT_MNGR_DESC" \
|
||||
--form --field="$MT_MNGR!preferences-desktop-theme:FBTN" "mb-obthemes" \
|
||||
> $res9 &
|
||||
|
|
Loading…
Reference in New Issue