mirror of
https://github.com/sahinakkaya/dotfiles.git
synced 2024-11-10 02:59:37 +01:00
13 lines
653 B
Bash
Executable File
13 lines
653 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
# Change the global Plasma Theme. On Manjaro you can use "org.manjaro.breath-dark.desktop"
|
|
# or you can create your own global Plasma Theme with the "Plasma Look And Feel Explorer".
|
|
# Reference: https://userbase.kde.org/Plasma/Create_a_Global_Theme_Package
|
|
#
|
|
# Since Plasma 5.26 the lookandfeeltool does not work anymore without "faking" the screen.
|
|
# Reference: https://bugs.kde.org/show_bug.cgi?id=460643
|
|
|
|
lookandfeeltool -platform offscreen --apply "org.kde.breeze.desktop"
|
|
# lookandfeeltool -platform offscreen --apply "org.kde.breezetwilight.desktop"
|
|
# lookandfeeltool -platform offscreen --apply "org.kde.breezedark.desktop"
|