Minor file location changes

This commit is contained in:
Candifloss 2024-12-08 15:25:41 +05:30
parent 49026f870a
commit e1944a24ae
62 changed files with 14 additions and 8 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
eww/sh/osd/osd.pid eww/sh/osd/osd.pid
sh/osd/osd.pid

View File

@ -1,14 +1,25 @@
# Candyrice: Linux rice # Candyrice: Linux rice using EWW
A few pretty UI components, mostly configured with [EWW](https://github.com/elkowar/eww) and [bash scripts](https://devhints.io/bash). A few pretty UI components, mostly configured with [EWW](https://github.com/elkowar/eww) and [bash scripts](https://devhints.io/bash).
Still under develeopment. Might make it look almost like an entirely new desktop environment one day. Still under develeopment. Might make it look almost like an entirely new desktop environment one day.
This is supposed to work with almost any Linux distro and WM/DE with X11, with minimal changes if needed. This is supposed to work with almost any Linux distro and WM/DE with X11, with minimal changes if needed.
## EWW config dir
Default Eww config location: `~/.config/eww/`
Minimum required files: `eww.yuck`,`eww.css`
These configs are divided into files in various directories for organization.
Either `eww.css` or `eww.scss` can be in the config root dir.
## Features ## Features
The list is incomplete and things are still being developed The list is incomplete and things are still being developed
### EWW
- [ ] Topbar - [ ] Topbar
- [ ] Dock - [ ] Dock
- [ ] OSD popups - [ ] OSD popups
- [ ] Notifications - [ ] Notifications
### Other
- [ ] App menu/App drawer - [ ] App menu/App drawer
- [ ] Lock Screen - [ ] Lock Screen
- [ ] Login Screen - [ ] Login Screen

View File

@ -1,6 +0,0 @@
# EWW config dir
Default Eww config location: `~/.config/eww/`
Minimum required files: `eww.yuck`,`eww.css`
These configs are divided into files in various directories for organization.
Either `eww.css` or `eww.scss` can be in the config root dir.