https://github.com/jeffmhubbard/antsy-xdm-theme
Antsy XDM Theme
https://github.com/jeffmhubbard/antsy-xdm-theme
antsy feh picom polybar rice theme xdm
Last synced: 5 months ago
JSON representation
Antsy XDM Theme
- Host: GitHub
- URL: https://github.com/jeffmhubbard/antsy-xdm-theme
- Owner: jeffmhubbard
- License: mit
- Created: 2019-10-28T01:04:43.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2020-06-28T19:39:45.000Z (about 6 years ago)
- Last Synced: 2024-11-12T11:12:12.257Z (over 1 year ago)
- Topics: antsy, feh, picom, polybar, rice, theme, xdm
- Language: Shell
- Size: 2.5 MB
- Stars: 3
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# antsy-xdm-theme
XDM theme using polybar, picom, and feh

Login Screen

System Menu

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](https://github.com/jeffmhubbard/antsy-wallpaper/)).
### Requirements
- [XDM](https://www.x.org) - X Display Manger
- [polybar](https://github.com/polybar/polybar) - menu and clock
- [picom](https://github.com/yshui/picom) - transparency and shadows
- [feh](https://feh.finalrewind.org) - set background
- [Nerd Fonts](https://www.nerdfonts.com/) - fonts with glyphs
### Installation
##### Source
```sh
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)
```sh
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](https://github.com/jeffmhubbard/pkgbuilds) repo for now
### License
MIT