Base: Remove clock and username applets from startup

The clock has moved to the taskbar, and let's see how we feel without
the username being on screen all the time.
This commit is contained in:
Andreas Kling 2021-03-25 22:40:51 +01:00
commit 11e190b323
Notes: sideshowbarker 2024-07-18 21:05:30 +09:00
2 changed files with 1 additions and 11 deletions

View file

@ -79,11 +79,6 @@ User=clipboard
KeepAlive=1 KeepAlive=1
User=anon User=anon
[Clock.MenuApplet]
KeepAlive=1
Priority=low
User=anon
[CPUGraph.MenuApplet] [CPUGraph.MenuApplet]
Executable=/bin/ResourceGraph.MenuApplet Executable=/bin/ResourceGraph.MenuApplet
Arguments=--cpu --name=CPUGraph --color=#00bb00 Arguments=--cpu --name=CPUGraph --color=#00bb00
@ -103,11 +98,6 @@ Priority=low
KeepAlive=1 KeepAlive=1
User=anon User=anon
[UserName.MenuApplet]
Priority=low
KeepAlive=1
User=anon
[Network.MenuApplet] [Network.MenuApplet]
Executable=/bin/Network.MenuApplet Executable=/bin/Network.MenuApplet
Arguments=--name=Network Arguments=--name=Network

View file

@ -35,4 +35,4 @@ DoubleClickSpeed=250
Mode=stretch Mode=stretch
[Applet] [Applet]
Order=Clock,Network,ClipboardHistory,Audio,CPUGraph,MemoryGraph,UserName Order=Network,ClipboardHistory,Audio,CPUGraph,MemoryGraph