Change layout-switch to layout-switcher
Co-authored-by: rokosun <opensource.fans@aleeas.com> Co-committed-by: rokosun <opensource.fans@aleeas.com>
This commit is contained in:
parent
9031da8eb4
commit
3596c26933
|
@ -16,7 +16,7 @@ disable-global-menus() {
|
|||
killall appmenu-registrar &
|
||||
}
|
||||
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/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'" \
|
|
@ -1,10 +1,10 @@
|
|||
[Desktop Entry]
|
||||
Version=1.1
|
||||
Type=Application
|
||||
Name=Layout Switch
|
||||
GenericName=Layout Switch
|
||||
Name=Layout Switcher
|
||||
GenericName=Layout Switcher
|
||||
Comment=Change how TROMjaro looks like. Make it look like Unity, Windows, Gnome, and so forth.
|
||||
Icon=layout-switch
|
||||
Exec=layout-switch
|
||||
Exec=layout-switcher
|
||||
Categories=DesktopSettings;GTK;Settings;X-XFCE-PersonalSettings;X-XFCE-SettingsDialog;XFCE;
|
||||
Keywords=settings;layout;toggle;switch;
|
||||
|
|
Loading…
Reference in New Issue
Block a user