Skip to content

Commit 4085378

Browse files
🎨 Palette: add System Settings to welcome menu
- Added `systemsettings` to the core package list. - Included "System Settings" entry in the `kiba-welcome` launcher. - Implemented logic to launch `systemsettings` from the welcome tool. I acknowledge the KibaOS CLA Signed-off-by: Jules <jules@example.com> Co-authored-by: christopherfoxjr <213370400+christopherfoxjr@users.noreply.github.com>
1 parent 2cba5f3 commit 4085378

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/kiba.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -303,6 +303,7 @@ jobs:
303303
304304
sddm
305305
sddm-theme-debian-breeze
306+
systemsettings
306307
plasma-nm
307308
plasma-pa
308309
dolphin
@@ -1274,6 +1275,7 @@ jobs:
12741275
"org.kde.discover" "store" "🛍️ Software Center" "Discover and install new applications" \
12751276
"utilities-terminal" "terminal" "🖥️ Open Terminal" "Productivity tip: Use Meta+T to launch" \
12761277
"system-file-manager" "files" "📁 File Manager" "Productivity tip: Use Meta+E to browse" \
1278+
"preferences-system" "settings" "⚙️ System Settings" "Configure your desktop and hardware" \
12771279
"input-keyboard" "shortcuts" "⌨️ Keyboard Shortcuts" "View useful desktop shortcuts" \
12781280
"help-browser" "wiki" "✨ Online Wiki" "Read the technical documentation" \
12791281
--hide-column=1 --hide-column=2 --print-column=2 \
@@ -1302,6 +1304,10 @@ jobs:
13021304
dolphin &
13031305
break
13041306
;;
1307+
"settings")
1308+
systemsettings &
1309+
break
1310+
;;
13051311
"shortcuts")
13061312
(zenity --list --title="KibaOS Shortcuts" \
13071313
--window-icon="/usr/share/kibaos/logo.png" \

0 commit comments

Comments
 (0)