Skip to content

MadLadSquad/UntitledDESessionLogout

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UntitledDESessionLogout

CI MIT license trello Discord

image

The session logout utility for the UntitledDesktopEnvironment. It provides both a simple CLI and GUI method to log out of the current session. Currently supported features:

  • Log out the user from the current session
  • Restart the user's computer
  • Power off the user's computer
  • Suspend the user
  • Hybernate the user

Preview

image

Dependencies

This application depends on the following outside the standard UntitledImGuiFramework:

  1. dbus
  2. elogind
  3. polkit

Additionally the user needs to be a part of the power group to be part of this, to create the group simply run the following:

  1. root # groupadd power
  2. root # gpasswd -a <username> power

Building

This is a standard UntitledImGuiFramework project. Building instructions can be found here.