A Nextcloud app that restores the corners of buttons and widgets to their original looks by unrounding them.
 
 
 
Go to file
Paróczai Olivér bfa93a6721
Version v1.1.3
2024-03-10 02:28:34 +00:00
appinfo Version v1.1.3 2024-03-10 02:28:34 +00:00
code Make packaging script exclude itself and move to code dir 2021-10-16 21:48:19 +00:00
css Add new button and checkbox types 2024-03-10 02:28:10 +00:00
lib/AppInfo Release 1.0.0 2021-09-12 18:42:03 +02:00
LICENSE Release 1.0.0 2021-09-12 18:42:03 +02:00
README.md Add buildscript-specific part to README 2021-10-16 21:50:59 +00:00
differences.png Update image to a bit higher res 2021-09-13 12:08:01 +02:00

README.md


nextcloud-unroundedcorners logo
nextcloud-unroundedcorners

A Nextcloud app that restores the corners of buttons and widgets to their original looks by unrounding them.

Introduction

I made this application as I didn't like how the new Nextcloud design looked. I started using the Custom CSS app to change it but after a few more modifications and asks from friends I felt the need to make it into an application for it to be easy to update, and for others to find it easier.

Technology

It is a simple app that only does one thing: it injects the bundled-in CSS code into Nextcloud, and the CSS is what matters.

For the CSS we used variables that automatically changed all "pill"-style buttons "border-radius" value to a less rounded one, and some code to fix the ones that became broken in the process.

Contributors

Usage with Custom CSS

To be updated at a later time

Packaging using the buildscript

There is a bash script for packaging the application included in the 'code' directory. It makes a tar file using the required file structure, and can optionally sign it.

The script doesn't require root permissions, just a few packages: git, xmlstarlet, tar