Skip to content

Commit

Permalink
init: initialised repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Prayag2 committed Jun 15, 2022
0 parents commit 185d820
Show file tree
Hide file tree
Showing 5 changed files with 79 additions and 0 deletions.
30 changes: 30 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
<p align="center">
<img src="https://github.com/Prayag2/kde_name/blob/main/assets/logo.jpg" width=100/>
<h2 align="center">Name for KDE</h2>
<p align="center">A modern looking clock widget!</center>
</p>

<p align="center">
<a href="https://github.com/prayag2/kde_name/stargazers"><img alt="GitHub stars" src="https://img.shields.io/github/stars/prayag2/kde_name?color=%233DAEE9&style=for-the-badge"></a>
<a href="https://github.com/prayag2/kde_name/network"><img alt="GitHub forks" src="https://img.shields.io/github/forks/prayag2/kde_name?color=%233DAEE9&style=for-the-badge"></a>
<a href="https://github.com/prayag2/kde_name/issues"><img alt="GitHub issues" src="https://img.shields.io/github/issues/prayag2/kde_name?color=%233DAEE9&style=for-the-badge"></a>
</p>

<p align="center">
<img src="https://github.com/Prayag2/kde_name/blob/main/assets/ss.png"/>
</p>

## Installation
#### KDE Store (Preferred way)
1. Right click on the desktop
2. Click on "Add Widgets"
3. Click on "Get New Widgets"
4. Click on "Download New Plasma Widgets"
5. Search for "Name"
6. Click on "Install" and you're done!

#### From this repository
1. Clone this repository
`git clone https://github.com/prayag2/kde_name && cd kde_name/`
2. Install using the script
`kpackagetool5 -i package`
9 changes: 9 additions & 0 deletions package/contents/config/config.qml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
import org.kde.plasma.configuration 2.0

ConfigModel {
ConfigCategory {
name: i18n("")
icon: ""
source: ""
}
}
14 changes: 14 additions & 0 deletions package/contents/config/main.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>

<kcfg xmlns="http://www.kde.org/standards/kcfg/1.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0
http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" >
<kcfgfile name=""/>
<group name="">
<entry name="" type="">
<default></default>
</entry>
</group>
</kcfg>

1 change: 1 addition & 0 deletions package/contents/ui/main.qml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

25 changes: 25 additions & 0 deletions package/metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"KPlugin": {
"Authors": [
{
"Email": "[email protected]",
"Name": "Prayag Jain"
}
],
"Category": "",
"Description": "",
"Icon": "",
"Id": "com.github.prayag2.",
"License": "GPLv3",
"Name": "",
"ServiceTypes": [
"Plasma/Applet"
],
"Version": "0.1",
"Website": "https://github.com/prayag2/kde_"

},
"X-Plasma-API": "declarativeappletscript",
"X-Plasma-MainScript": "ui/main.qml",
"X-Plasma-Provides": ""
}

0 comments on commit 185d820

Please sign in to comment.