The theme and config imports now use the defined restart command. (#470)

This commit is contained in:
Jas Singh
2024-11-09 16:54:49 -08:00
committed by GitHub
parent 6120777b19
commit 7bad1639cf
3 changed files with 9 additions and 3 deletions

View File

@@ -45,7 +45,9 @@ export const BarGeneral = (): Scrollable<Child, Attribute> => {
Option({
opt: options.hyprpanel.restartCommand,
title: 'Restart Command',
subtitle: 'Command to execute when a restart is initiated.',
subtitle:
'Command to execute when a restart is initiated. If running ags on a different bus, you\n' +
" can target it by using the '-b busName' flag. Ex: ags -b panel -q; ags -b panel",
type: 'string',
}),
Option({