diff --git a/.gitignore b/.gitignore index 9decb29..7866282 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,7 @@ ClearClock.creator.user ClearClock.cxxflags ClearClock.cflags ClearClock.creator +ClearClock.files +ClearClock.config +ClearClock.includes +ClearClock.plasmoid diff --git a/ClearClock.plasmoid b/ClearClock.plasmoid index 105f4d3..b9b41b1 100644 Binary files a/ClearClock.plasmoid and b/ClearClock.plasmoid differ diff --git a/assets/logo.png b/assets/logo.png new file mode 100644 index 0000000..51853fd Binary files /dev/null and b/assets/logo.png differ diff --git a/package/contents/ui/configAppearance.qml b/package/contents/ui/configAppearance.qml index 045fc8a..b15e099 100644 --- a/package/contents/ui/configAppearance.qml +++ b/package/contents/ui/configAppearance.qml @@ -136,6 +136,7 @@ Item { id: clockFontColorDialog title: "Select Background Color" currentColor: cfg_clockFontColor + showAlphaChannel: true onAccepted: { cfg_clockFontColor = clockFontColorDialog.color } @@ -234,6 +235,7 @@ Item { id: dayFontColorDialog title: "Select Background Color" currentColor: cfg_dayFontColor + showAlphaChannel: true onAccepted: { cfg_dayFontColor = dayFontColorDialog.color } @@ -356,6 +358,7 @@ Item { id: dateFontColorDialog title: "Select Background Color" currentColor: cfg_dateFontColor + showAlphaChannel: true onAccepted: { cfg_dateFontColor = dateFontColorDialog.color } diff --git a/package/metadata.desktop b/package/metadata.desktop new file mode 100644 index 0000000..f50ec31 --- /dev/null +++ b/package/metadata.desktop @@ -0,0 +1,18 @@ +[Desktop Entry] +Name=ClearClock +Comment=A clear and modern date/time display + +Icon=preferences-system-time +Type=System +X-KDE-ServiceTypes=Plasma/Applet + +X-KDE-PluginInfo-Author=qewer33 +X-KDE-PluginInfo-Name=org.kde.plasma.clearclock +X-KDE-PluginInfo-Version=0.1 +X-KDE-PluginInfo-Website=https://github.com/qewer33/ClearClock +X-KDE-PluginInfo-Category=Utilities +X-KDE-PluginInfo-License=GPL-3.0+ +X-KDE-PluginInfo-EnabledByDefault=true + +X-Plasma-API=declarativeappletscript +X-Plasma-MainScript=ui/main.qml