Skip to content

Commit

Permalink
Desktop: Rework idle behavior, fix popups, adjust lock and login scre…
Browse files Browse the repository at this point in the history
…en styling

- Reworked system idle behavior, added stages for dim, lock, and suspend
- Added separate config file for swayidle
- Adjusted the styling for lock and login screens
- Added a custom layout for the lock screen
- Added separate config file for gtklock
- Reworked volume and brightness popup behavior to trigger only from key presses
- Adjusted the order of buttons in taskbar power menu
- Use new ghaf-powercontrol script wherever applicable
- Hide taskbar keyboard layout indicator
- Enabled titlebar icons in labwc config
- Added powerbar module to lockscreen

Signed-off-by: Kajus Naujokaitis <[email protected]>
  • Loading branch information
kajusnau authored and brianmcgillion committed Nov 28, 2024
1 parent fece0ba commit 3d83681
Show file tree
Hide file tree
Showing 9 changed files with 460 additions and 459 deletions.
4 changes: 2 additions & 2 deletions modules/common/services/disks.nix
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@ in
RestartSec = "1";
ExecStart = "${pkgs.udiskie}/bin/udiskie -c /etc/udiskie.yml";
};
wantedBy = [ "ghaf-session.target" ];
partOf = [ "ghaf-session.target" ];
wantedBy = [ "ewwbar.service" ];
after = [ "ewwbar.service" ];
partOf = [ "ewwbar.service" ];
};
};
}
Loading

0 comments on commit 3d83681

Please sign in to comment.