feat: darkman for auto darkmode
This commit is contained in:
parent
970692b7a0
commit
8a4282df81
9 changed files with 94 additions and 0 deletions
|
@ -0,0 +1,29 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
# Change the global Plasma Theme. On Manjaro you can use "org.manjaro.breath-light.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
|
||||
|
||||
# Global Theme
|
||||
lookandfeeltool -platform offscreen --apply "Utterly-Nord-Light"
|
||||
|
||||
# Window decoration
|
||||
# https://askubuntu.com/questions/1183294/switching-plasma-theme-from-the-command-line
|
||||
kwriteconfig6 --file ~/.config/kwinrc --group org.kde.kdecoration2 --key library org.kde.klassy
|
||||
|
||||
kwriteconfig6 --file ~/.config/kwinrc --group org.kde.kdecoration2 --key theme Klassy
|
||||
|
||||
# Icon theme
|
||||
/usr/lib/plasma-changeicons Papirus-Light
|
||||
|
||||
# gtk4 theme
|
||||
flatpak run --command="gradience-cli" com.github.GradienceTeam.Gradience apply -n "Nord Semi-Light" --gtk gtk4
|
||||
|
||||
# application style
|
||||
kwriteconfig6 --file kdeglobals --group KDE --key widgetStyle Lightly
|
||||
|
||||
# notify
|
||||
notify-send --app-name="darkman" --urgency=low --icon=weather-clear "theme switch success. to make them fully take effect, please logout and login again."
|
Loading…
Add table
Add a link
Reference in a new issue