From 16efe603cbea4a90da2fc352192c45607c05b357 Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Wed, 18 Aug 2021 13:03:11 +0200 Subject: [PATCH] Base: Remove System Monitor and Assistant from quick launch bar System Monitor can already be accessed quickly by clicking one of the resource graph applets in the task bar, so this icon was redundant. Assistant can be opened with the Super+Space hotkey, so we don't need a dedicated icon for it. --- Base/home/anon/.config/Taskbar.ini | 2 -- 1 file changed, 2 deletions(-) diff --git a/Base/home/anon/.config/Taskbar.ini b/Base/home/anon/.config/Taskbar.ini index 054f7b4b56..778da3e652 100644 --- a/Base/home/anon/.config/Taskbar.ini +++ b/Base/home/anon/.config/Taskbar.ini @@ -1,7 +1,5 @@ [QuickLaunch] Browser=Browser.af -SystemMonitor=SystemMonitor.af Terminal=Terminal.af FileManager=FileManager.af TextEditor=TextEditor.af -Assistant=Assistant.af