Skip to content

Commit beaf04b

Browse files
committed
Merge branch 'dev' into testing
2 parents c77a601 + 95de850 commit beaf04b

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
1-
# KDE Material You Colors (beta)
1+
# KDE Material You Colors
22
### Automatic Material You Colors Generator from your wallpaper for the Plasma Desktop
33

44
This is a Python program that uses the [C# implementation](https://github.com/albi005/MaterialColorUtilities) of Google's [Material Color Utilities](https://github.com/material-foundation/material-color-utilities) by @albi005, to extract a color from an image and then generate a Material Design 3 color scheme. Which is used to generate both Light and Dark Color Themes for KDE.
55
<div>
66
</img>
77
<img src="https://img.shields.io/badge/Made%20with-Python-1f425f.svg"></img>
88
<img src=https://img.shields.io/badge/Maintained%3F-yes-green.svg></img>
9-
<img src=https://img.shields.io/badge/Status-beta-red.svg></img>
109
</div>
1110
<div>
1211
<img src="https://user-images.githubusercontent.com/15076387/163059211-e5e56e10-e841-487e-83ea-60a97497bd6e.png" alt="Screenshot">
@@ -22,12 +21,12 @@ https://user-images.githubusercontent.com/15076387/163064257-c3e9c50e-6728-4e9f-
2221
- Update automatically on wallpaper change
2322
- Configurarion file
2423
- Support for selecting Wallpaper plugin from seconday monitors (check Configuration section)
25-
- Alternative Material You color (mostly random)
24+
- Alternative Material You color selection
2625
- Dark an Light Color schemes
2726
- Dark and Light Icon theme
2827
- Multiple wallpaper plugins supported
2928
- [Pywal](https://github.com/dylanaraps/pywal) support to theme other programs using Material You Colors (Experimental)
30-
- Tint [SierraBreeze](https://github.com/ishovkun/SierraBreeze) decoration buttons
29+
- Tint [SierraBreeze](https://github.com/kay0u/SierraBreeze) decoration buttons
3130
- Dynamically update Konsole color scheme (check Configuration section for instructions)
3231

3332
# Installing:
@@ -218,7 +217,7 @@ ncolor = 0
218217
# example below using https://github.com/vlevit/notify-send.sh to send a desktop notification:
219218
#on_change_hook = notify-send.sh "kde-material-you-colors" "This is a test" -t 2000
220219

221-
# Tint Sierra Breeze decoration buttons https://github.com/ishovkun/SierraBreeze
220+
# Tint Sierra Breeze decoration buttons https://github.com/kay0u/SierraBreeze
222221
# Accepted values are True or False
223222
# Default is False
224223
# NOTE:

sample_config.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ ncolor = 0
7070
# example below using https://github.com/vlevit/notify-send.sh to send a desktop notification:
7171
#on_change_hook = notify-send.sh "kde-material-you-colors" "This is a test" -t 2000
7272

73-
# Tint Sierra Breeze decoration buttons https://github.com/ishovkun/SierraBreeze
73+
# Tint Sierra Breeze decoration buttons https://github.com/kay0u/SierraBreeze
7474
# Accepted values are True or False
7575
# Default is False
7676
# NOTE:

0 commit comments

Comments
 (0)