desktop indicator
This commit is contained in:
parent
d6aa921437
commit
83e79b1a41
|
@ -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
|
||||
|
|
|
@ -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 [
|
||||
|
|
Loading…
Reference in New Issue
Block a user