-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 185d820
Showing
5 changed files
with
79 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: "" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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": "" | ||
} |