Add Libreoffice MS Theme app

pull/507/head
Botspot 5 years ago
parent 7ba0421de8
commit 464035b418

@ -0,0 +1,4 @@
Make Libreoffice to look like Microsoft office - icon theme and tabbed interface.
The icon theme was obtained from here: https://www.deviantart.com/charliecnr/art/Office-2013-theme-for-LibreOffice-512127527
And the tabbed interface is a hidden feature within Libreoffice.
Currently, the tabbed interface works for Calc, Impress, and Writer. Base and Math don't support it, and it doesn't display correctly on Draw for some reason.

Binary file not shown.

After

Width:  |  Height:  |  Size: 326 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 661 B

@ -0,0 +1,15 @@
#!/bin/bash
DIRECTORY="$(dirname "$(dirname "$( cd "$(dirname "$0")" >/dev/null 2>&1 ; pwd -P )")")"
function error {
echo -e "\\e[91m$1\\e[39m"
exit 1
}
rm -rf ~/libreoffice-ms-theme
git clone --depth=1 https://github.com/Botspot/libreoffice-ms-theme || error "Failed to git clone libreoffice-ms-theme repository!"
~/libreoffice-ms-theme/apply.sh || error "apply.sh failed"
rm -rf ~/libreoffice-ms-theme
echo "Libreoffice should now have a new look and feel. Try it out! :)"

@ -0,0 +1,15 @@
#!/bin/bash
DIRECTORY="$(dirname "$(dirname "$( cd "$(dirname "$0")" >/dev/null 2>&1 ; pwd -P )")")"
function error {
echo -e "\\e[91m$1\\e[39m"
exit 1
}
rm -rf ~/libreoffice-ms-theme
git clone --depth=1 https://github.com/Botspot/libreoffice-ms-theme || error "Failed to git clone libreoffice-ms-theme repository!"
~/libreoffice-ms-theme/revert.sh || error "apply.sh failed"
rm -rf ~/libreoffice-ms-theme
echo "Your original settings are now restored. Libreoffice should now behave how it was originally."

@ -0,0 +1 @@
https://github.com/Botspot/libreoffice-ms-theme

@ -3,7 +3,6 @@ AndroidBuddy|Tools
Angry IP scanner|Internet
AnyDesk|Internet
Arduino|Editors
ATlauncherPI|Games
Back to Chromium v78|Internet
Back to Chromium v86|Internet
BalenaEtcher|Tools
@ -31,7 +30,7 @@ Godot Engine 3.2.4|Games
Intellij IDEA|Editors
Interactive Brokers TW|Tools
jGRASP IDE|Editors
KeePassX|
Libreoffice MS theme|Eyecandy
LibrePCB|Editors
Lightpad|Eyecandy
Lokinet|Internet

Loading…
Cancel
Save