desktop indicator

This commit is contained in:
Rachel Lambda Samuelsson 2024-12-06 00:26:50 +01:00
parent d6aa921437
commit 83e79b1a41
2 changed files with 4 additions and 1 deletions

View File

@ -52,7 +52,6 @@
texlive.combined.scheme-full
zulip
rink
typst
ttyper
idris2
graalvm-ce
@ -78,6 +77,7 @@
extra.nixprof
extra.protonmail-desktop
extra.pash
unstable.typst
]
++ (if config.i3-plasma then [
pkgs.i3

View File

@ -82,6 +82,7 @@
name = "org.kde.plasma.panelspacer";
config = { General.expanding = true; };
};
desktop = "org.kde.plasma.plasm6desktopindicator";
nolaunchtasks = {
name = "org.kde.plasma.icontasks";
config = { General.launchers = [ ]; };
@ -116,6 +117,8 @@
in if config.i3-plasma then [
clock
spacer
desktop
spacer
nolaunchtasks
systray
] else [