mirror of
https://github.com/tumillanino/miasma-os.git
synced 2026-04-11 07:15:31 +00:00
some more branding
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
applet.wallpaperPlugin = 'org.kde.image'
|
||||
applet.currentConfigGroup = ["Wallpaper", "org.kde.image", "General"]
|
||||
applet.writeConfig("Image", "/usr/share/wallpapers/miasma-default.jxl")
|
||||
applet.reloadConfig()
|
||||
@@ -0,0 +1,3 @@
|
||||
applet.currentConfigGroup = ["General"]
|
||||
applet.writeConfig("icon", "distributor-logo-steamdeck")
|
||||
applet.reloadConfig()
|
||||
@@ -0,0 +1,6 @@
|
||||
systemtrayId = applet.readConfig("SystrayContainmentId");
|
||||
if (systemtrayId) {
|
||||
const systrayContainer = desktopById(systemtrayId);
|
||||
systrayContainer.currentConfigGroup = ["General"];
|
||||
systrayContainer.writeConfig("scaleIconsToFit", true);
|
||||
}
|
||||
Reference in New Issue
Block a user