Skip to content

Commit

Permalink
better kde explanation
Browse files Browse the repository at this point in the history
  • Loading branch information
JAlcocerT committed Apr 11, 2024
1 parent be784ce commit 425c808
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 3 deletions.
5 changes: 3 additions & 2 deletions content/docs/Arch/garuda.md
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,7 @@ Fixed releases prioritize stability and ease of maintenance but might not have t

### How to Customize Garuda

Garuda is an impressive looking distro out of the box
Garuda is an impressive looking distro out of the box:

* You can get their Art-Work from [this gitlab repo](https://gitlab.com/garuda-linux/themes-and-settings/artwork/garuda-wallpapers/-/blob/master/src/garuda-wallpapers/Dr460nized%20Honeycomb.png?ref_type=heads)
* You can get their Art-Work from [this gitlab repo](https://gitlab.com/garuda-linux/themes-and-settings/artwork/garuda-wallpapers/-/blob/master/src/garuda-wallpapers/Dr460nized%20Honeycomb.png?ref_type=heads)
* And the base KDE Plasma Theme used is: Sweet KDE - https://store.kde.org/p/1294174
23 changes: 22 additions & 1 deletion content/docs/Debian/conky_configuring_ubuntu.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,13 +107,34 @@ sudo apt install conky p7zip imagemagick rsync
### How to tweak KDE Plasma

* Install Kvantum Manager

```sh
sudo apt install qt5-style-kvantum
```

* Download KDE Themes from: https://store.kde.org/browse?cat=123&ord=latest

* Inspiration:
* https://www.youtube.com/watch?v=NkmFS3u4sBA
* https://www.youtube.com/watch?v=sTAE76k8x3g
* For example with: https://store.kde.org/p/1904859

* If you want something similar to Garuda Linux, you can try with:
* [Sweet KDE](https://store.kde.org/p/1294174) Theme
* Latte-Dock

```sh
sudo apt install latte-dock
```

#### GTK Themes

GTK themes are a way to customize the appearance of applications that use the GTK toolkit. GTK (GIMP Toolkit) is a widely used open-source toolkit for creating graphical user interfaces. It's especially popular in the Linux world, where it's used by many desktop environments and applications, such as GNOME, XFCE, and others.
GTK themes are a way to customize the appearance of applications that use the GTK toolkit. GTK (GIMP Toolkit) is a widely used open-source toolkit for creating graphical user interfaces. It's especially popular in the Linux world, where it's used by many desktop environments and applications, such as GNOME, XFCE, and others.


### Other Cool Desktop Environments

Not everything is Gnome or KDE, you can also have a look to:

* Deeping
* Phanteon

0 comments on commit 425c808

Please sign in to comment.