ashell: SystemInfo

This commit is contained in:
2026-02-04 08:33:49 +01:00
parent 2c2f817459
commit 1e510a68c8
2 changed files with 4 additions and 1 deletions

View File

@@ -4,6 +4,9 @@
programs.ydotool.enable = true; programs.ydotool.enable = true;
# the status bar needs upower to show battery status
services.upower.enable = true;
environment.systemPackages = [ environment.systemPackages = [
pkgs.dragon-drop pkgs.dragon-drop
pkgs.wmctrl pkgs.wmctrl

View File

@@ -13,7 +13,7 @@ let
"KeyboardLayout" "KeyboardLayout"
[ [
"Tray" "Tray"
"SystemTray" "SystemInfo"
"Settings" "Settings"
] ]
]; ];