├── CHANGELOG.md ├── LICENSE ├── README.md ├── contents ├── config │ ├── config.qml │ └── main.xml └── ui │ ├── ConfigAppearance.qml │ └── main.qml └── metadata.desktop /CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psifidotos/applet-latte-separator/HEAD/CHANGELOG.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psifidotos/applet-latte-separator/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psifidotos/applet-latte-separator/HEAD/README.md -------------------------------------------------------------------------------- /contents/config/config.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psifidotos/applet-latte-separator/HEAD/contents/config/config.qml -------------------------------------------------------------------------------- /contents/config/main.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psifidotos/applet-latte-separator/HEAD/contents/config/main.xml -------------------------------------------------------------------------------- /contents/ui/ConfigAppearance.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psifidotos/applet-latte-separator/HEAD/contents/ui/ConfigAppearance.qml -------------------------------------------------------------------------------- /contents/ui/main.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psifidotos/applet-latte-separator/HEAD/contents/ui/main.qml -------------------------------------------------------------------------------- /metadata.desktop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psifidotos/applet-latte-separator/HEAD/metadata.desktop --------------------------------------------------------------------------------