change name from layout-switch to layout-switcher #2
|
@ -16,12 +16,12 @@ disable-global-menus() {
|
||||||
killall appmenu-registrar &
|
killall appmenu-registrar &
|
||||||
}
|
}
|
||||||
choice=$(
|
choice=$(
|
||||||
yad --no-buttons --center --keep-icon-size --separator='' --use-interp --title 'Layout Switch' --text-align=center --text 'Changing to or from any layout that has global menus, will require your admin password' --form --columns 3 \
|
yad --no-buttons --center --keep-icon-size --separator='' --use-interp --title 'Layout Switcher' --text-align=center --text 'Changing to or from any layout that has global menus, will require your admin password' --form --columns 3 \
|
||||||
--field=!"$icons/windows.png"!'Windows-Like':BTN "kill -USR1 \$YAD_PID; echo -n 'Windows-Like'" \
|
--field=!"$icons/windows.png"!'Windows-Like':BTN "kill -USR1 \$YAD_PID; echo -n 'Windows-Like'" \
|
||||||
--field=!"$icons/macos.png"!'MacOS-Like':BTN "kill -USR1 \$YAD_PID; echo -n 'MacOS-Like'" \
|
--field=!"$icons/macos.png"!'MacOS-Like':BTN "kill -USR1 \$YAD_PID; echo -n 'MacOS-Like'" \
|
||||||
--field=!"$icons/mx.png"!'MX-Like':BTN "kill -USR1 \$YAD_PID; echo -n 'MX-Like'" \
|
--field=!"$icons/mx.png"!'MX-Like':BTN "kill -USR1 \$YAD_PID; echo -n 'MX-Like'" \
|
||||||
--field=!"$icons/gnome.png"!'Gnome-Like':BTN "kill -USR1 \$YAD_PID; echo -n 'Gnome-Like'" \
|
--field=!"$icons/gnome.png"!'Gnome-Like':BTN "kill -USR1 \$YAD_PID; echo -n 'Gnome-Like'" \
|
||||||
--field=!"$icons/unity.png"!'Unity-Like /default/':BTN "kill -USR1 \$YAD_PID; echo -n 'Unity-Like /default/'" \
|
--field=!"$icons/unity.png"!'Unity-Like (default)':BTN "kill -USR1 \$YAD_PID; echo -n 'Unity-Like (default)'" \
|
||||||
--field=!"$icons/topx.png"!'TopX-Like':BTN "kill -USR1 \$YAD_PID; echo -n 'TopX-Like'"
|
--field=!"$icons/topx.png"!'TopX-Like':BTN "kill -USR1 \$YAD_PID; echo -n 'TopX-Like'"
|
||||||
)
|
)
|
||||||
case "$choice" in
|
case "$choice" in
|
||||||
|
@ -31,7 +31,7 @@ case "$choice" in
|
||||||
xfconf-query -c xfwm4 -p /general/titleless_maximize -n -t bool -s false &
|
xfconf-query -c xfwm4 -p /general/titleless_maximize -n -t bool -s false &
|
||||||
xfconf-query -c xfwm4 -p /general/button_layout -n -t string -s "|HMC" &
|
xfconf-query -c xfwm4 -p /general/button_layout -n -t string -s "|HMC" &
|
||||||
xfce4-panel-profiles load "$profiles"/Windows-Like.tar.bz2 & ;;
|
xfce4-panel-profiles load "$profiles"/Windows-Like.tar.bz2 & ;;
|
||||||
'Unity-Like /default/')
|
'Unity-Like (default)')
|
||||||
enable-global-menus
|
enable-global-menus
|
||||||
xfconf-query -c xfwm4 -p /general/borderless_maximize -n -t bool -s true &
|
xfconf-query -c xfwm4 -p /general/borderless_maximize -n -t bool -s true &
|
||||||
xfconf-query -c xfwm4 -p /general/titleless_maximize -n -t bool -s true &
|
xfconf-query -c xfwm4 -p /general/titleless_maximize -n -t bool -s true &
|
|
@ -1,10 +1,10 @@
|
||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Version=1.1
|
Version=1.1
|
||||||
Type=Application
|
Type=Application
|
||||||
Name=Layout Switch
|
Name=Layout Switcher
|
||||||
GenericName=Layout Switch
|
GenericName=Layout Switcher
|
||||||
Comment=Change how TROMjaro looks like. Make it look like Unity, Windows, Gnome, and so forth.
|
Comment=Change how TROMjaro looks like. Make it look like Unity, Windows, Gnome, and so forth.
|
||||||
Icon=layout-switch
|
Icon=layout-switch
|
||||||
Exec=layout-switch
|
Exec=layout-switcher
|
||||||
Categories=DesktopSettings;GTK;Settings;X-XFCE-PersonalSettings;X-XFCE-SettingsDialog;XFCE;
|
Categories=DesktopSettings;GTK;Settings;X-XFCE-PersonalSettings;X-XFCE-SettingsDialog;XFCE;
|
||||||
Keywords=settings;layout;toggle;switch;
|
Keywords=settings;layout;toggle;switch;
|
Loading…
Reference in New Issue
Block a user