Add more panel configs

This commit is contained in:
Evie Litherland-Smith 2024-06-17 15:21:11 +01:00
parent 6c45969188
commit 90ee462d17

View file

@ -56,22 +56,29 @@
panels = [ panels = [
{ {
height = 44;
lengthMode = "fill";
location = "left"; location = "left";
alignment = "center";
hiding = "none";
floating = true;
widgets = [ widgets = [
{ {
name = "org.kde.plasma.kickoff"; name = "org.kde.plasma.kickoff";
config = {General.icon = "nix-snowflake-white";}; config = {General.icon = "nix-snowflake-white";};
} }
"org.kde.plasma.pager"
{ {
name = "org.kde.plasma.icontasks"; name = "org.kde.plasma.icontasks";
config = { config = {
General.launchers = [ General.launchers = [
"applications:Alacritty.desktop"
"applications:emacsclient.desktop"
"applications:org.kde.dolphin.desktop" "applications:org.kde.dolphin.desktop"
"applications:org.kde.konsole.desktop" "applications:org.kde.elisa.desktop"
]; ];
}; };
} }
"org.kde.plasma.marginsseperator"
"org.kde.plasma.systemtray" "org.kde.plasma.systemtray"
{ {
digitalClock = { digitalClock = {
@ -80,16 +87,9 @@
calendar.showWeekNumbers = true; calendar.showWeekNumbers = true;
}; };
} }
"org.kde.plasma.showdesktop"
]; ];
} }
# Global menu at the top
# {
# location = "top";
# height = 26;
# widgets = [
# "org.kde.plasma.appmenu"
# ];
# }
]; ];
shortcuts = { shortcuts = {