Kde/plasma: set up widget settings
This commit is contained in:
parent
58ce37c65f
commit
5c0fe68738
1 changed files with 8 additions and 7 deletions
|
|
@ -110,19 +110,20 @@ in
|
|||
location = "bottom";
|
||||
height = 44;
|
||||
widgets = [
|
||||
"org.kde.plasma.kickoff"
|
||||
{
|
||||
name = "org.kde.plasma.kickoff";
|
||||
config.General.icon = "nix-snowflake-white";
|
||||
}
|
||||
"org.kde.plasma.pager"
|
||||
"org.kde.plasma.icontasks"
|
||||
"org.kde.plasma.marginsseparator"
|
||||
"org.kde.plasma.systemtray"
|
||||
"org.kde.plasma.digitalclock"
|
||||
{
|
||||
name = "org.kde.plasma.digitalclock";
|
||||
config.Appearance.showSeconds = "true";
|
||||
}
|
||||
"org.kde.plasma.showdesktop"
|
||||
];
|
||||
extraSettings = ''
|
||||
currentWidget = panelWidgets["org.kde.plasma.kickoff"]
|
||||
currentWidget.currentConfigGroup = ["General"]
|
||||
currentWidget.writeConfig("icon", "nix-snowflake-white")
|
||||
'';
|
||||
}];
|
||||
shortcuts = {
|
||||
"kwin" = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue