Skip to content

Commit

Permalink
EWW: Add control panel, log out, and lock buttons, restyling
Browse files Browse the repository at this point in the history
- Added control panel button in quick settings widget
- Added log out and lock buttons in power menu widget
- Removed shutdown and log out apps from launcher
- Added missing nm-applet UI elements
- Moved gtklock style definition to its own file

Signed-off-by: Kajus Naujokaitis <[email protected]>
  • Loading branch information
kajusnau committed Oct 18, 2024
1 parent 798a59f commit d5794ce
Show file tree
Hide file tree
Showing 4 changed files with 177 additions and 179 deletions.
14 changes: 0 additions & 14 deletions modules/common/services/desktop.nix
Original file line number Diff line number Diff line change
Expand Up @@ -196,20 +196,6 @@ in
icon = "${pkgs.ghaf-artwork}/icons/falcon-icon.svg";
}

{
name = "Shutdown";
description = "Shutdown System";
path = "${pkgs.givc-cli}/bin/givc-cli ${cliArgs} poweroff";
icon = "${pkgs.icon-pack}/system-shutdown.svg";
}

{
name = "Reboot";
description = "Reboot System";
path = "${pkgs.givc-cli}/bin/givc-cli ${cliArgs} reboot";
icon = "${pkgs.icon-pack}/system-reboot.svg";
}

{
name = "Control panel";
path = "${pkgs.ctrl-panel}/bin/ctrl-panel";
Expand Down
Loading

0 comments on commit d5794ce

Please sign in to comment.