mirror of https://gitlab.com/dabruh/dotfiles.git
Use simple link for aerial theme. Gif not working.
This commit is contained in:
parent
0eb2079ef5
commit
5f958c1aec
64
README.md
64
README.md
|
@ -2,49 +2,47 @@
|
||||||
|
|
||||||
## Showcase
|
## Showcase
|
||||||
|
|
||||||
SDDM with 3ximus's aerial theme
|
- [3ximus's aerial theme for SDDM](https://github.com/3ximus/aerial-sddm-theme/)
|
||||||
|
|
||||||
![3ximus's aerial theme preview]([[screens/preview1.gif](https://raw.githubusercontent.com/3ximus/aerial-sddm-theme/9d354bb8f3bece90c91f3c0f39eeb45e9da80b0b/screens/preview1.gif)](https://raw.githubusercontent.com/3ximus/aerial-sddm-theme/9d354bb8f3bece90c91f3c0f39eeb45e9da80b0b/screens/preview1.gif))
|
- i3 with picom compositor and rounded corners
|
||||||
|
|
||||||
i3 with picom compositor and rounded corners
|
![screenshot](./src/screenshot.png)
|
||||||
|
|
||||||
![./src/screenshot.png](./src/screenshot.png)
|
- Layered i3 configuration:
|
||||||
|
|
||||||
Layered i3 configuration:
|
```sh
|
||||||
|
>>> tree .config/i3
|
||||||
```sh
|
.config/i3
|
||||||
>>> tree .config/i3
|
├── config.main
|
||||||
.config/i3
|
├── config.post-main-00-security
|
||||||
├── config.main
|
├── config.post-main-01-visuals
|
||||||
├── config.post-main-00-security
|
├── config.post-main-10-applets
|
||||||
├── config.post-main-01-visuals
|
├── config.post-main-10-audio
|
||||||
├── config.post-main-10-applets
|
├── config.post-main-10-misc
|
||||||
├── config.post-main-10-audio
|
├── config.pre-main-00-vars
|
||||||
├── config.post-main-10-misc
|
└── overrides
|
||||||
├── config.pre-main-00-vars
|
|
||||||
└── overrides
|
|
||||||
├── config.post-main-90-gaps
|
├── config.post-main-90-gaps
|
||||||
├── config.post-main-90-laptop
|
├── config.post-main-90-laptop
|
||||||
└── config.pre-main-90-cerberus
|
└── config.pre-main-90-cerberus
|
||||||
|
|
||||||
~ >>> i3-config-builder
|
~ >>> i3-config-builder
|
||||||
Building i3 config... 🔨
|
Building i3 config... 🔨
|
||||||
WRITE : 'config.pre-main-00-vars'.
|
WRITE : 'config.pre-main-00-vars'.
|
||||||
WRITE : 'config.pre-main-90-desktop'.
|
WRITE : 'config.pre-main-90-desktop'.
|
||||||
WRITE : 'config.main'.
|
WRITE : 'config.main'.
|
||||||
WRITE : 'config.post-main-00-security'.
|
WRITE : 'config.post-main-00-security'.
|
||||||
WRITE : 'config.post-main-01-visuals'.
|
WRITE : 'config.post-main-01-visuals'.
|
||||||
WRITE : 'config.post-main-10-applets'.
|
WRITE : 'config.post-main-10-applets'.
|
||||||
WRITE : 'config.post-main-10-audio'.
|
WRITE : 'config.post-main-10-audio'.
|
||||||
WRITE : 'config.post-main-10-misc'.
|
WRITE : 'config.post-main-10-misc'.
|
||||||
WRITE : 'config.post-main-90-gaps'.
|
WRITE : 'config.post-main-90-gaps'.
|
||||||
|
|
||||||
Restarting i3... 🔄
|
Restarting i3... 🔄
|
||||||
2022-05-28 01:10:43 - Additional arguments passed. Sending them as a command to i3.
|
2022-05-28 01:10:43 - Additional arguments passed. Sending them as a command to i3.
|
||||||
[{"success":true}]
|
[{"success":true}]
|
||||||
|
|
||||||
~ >>>
|
~ >>>
|
||||||
```
|
```
|
||||||
|
|
||||||
## Giving credit where credit is due
|
## Giving credit where credit is due
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue