Skip to content

jeffmhubbard/antsy-xdm-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

antsy-xdm-theme

XDM theme using polybar, picom, and feh

screenshot1 Login Screen

screenshot2 System Menu

screenshot3 Menu Confirmation

About

I wanted to add restart and shutdown options to XDM screen, but wasn't happy with the solutions I found. So I came up with this...

Polybar for the menus and time. Picom (compton) for shadows and transparency on xlogin window and polybar. And feh provides random backgrounds each time XDM starts.

NOTE: Does not include backgrounds (see here).

Requirements

Installation

Source
cp antsy/* /etc/X11/xdm
chmod 0755 /etc/X11/xdm/antsy/{Xsetup,GiveConsole}
chmod 0600 /etc/X11/xdm/antsy/polybar.ini
(restart XDM)
Source (systemd)
cp -r antsy /etc/X11/xdm/antsy
chmod 0755 /etc/X11/xdm/antsy/{Xsetup,GiveConsole}
chmod 0600 /etc/X11/xdm/antsy/polybar.ini
install -Dm0644 xdm-antsy.service /usr/lib/systemd/system/xdm-antsy.service
sudo systemctl daemon-reload
sudo systemctl disable xdm
sudo systemctl enable xdm-antsy
sudo systemctl stop xdm
(login to console)
sudo systemctl start xdm-antsy
Arch

There is a PKGBUILD in my pkgbuilds repo for now

License

MIT