... | @@ -41,4 +41,22 @@ Only thing that is left is to generate your configuration. To see possible optio |
... | @@ -41,4 +41,22 @@ Only thing that is left is to generate your configuration. To see possible optio |
|
./create_config.py -ri yellow -ti blue -te white
|
|
./create_config.py -ri yellow -ti blue -te white
|
|
```
|
|
```
|
|
|
|
|
|
If you got troubles, feel free to share them by opening an issue on my gitlab! |
|
### LXDE / XFCE / Others
|
|
\ No newline at end of file |
|
Although I could set it up with default options on XFCE and LXDE environments, @wxguy (see issue on Github... I know) had issue with disappearing conky/lua. To fix it he changed in `conky_gen.conkyrc`:
|
|
|
|
```
|
|
|
|
own_window_type = 'desktop',
|
|
|
|
own_window_hints = 'sticky,skip_taskbar,skip_pager,below',
|
|
|
|
```
|
|
|
|
to
|
|
|
|
```
|
|
|
|
own_window_type = 'normal'
|
|
|
|
own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager',.
|
|
|
|
```
|
|
|
|
It is something I had to do on previous versions of conky too, but did not have the issue myself here, so try it only if it does not work straight from the cloning.
|
|
|
|
If it does it for you, then modify those settings in the template `conky_tpl` for persistent changes.
|
|
|
|
|
|
|
|
### Gnome-shell
|
|
|
|
I am personally using **cinnamon**, a great desktop environment that make GNOME3 usable (mode troll: on). I did try on gnome-shell but could not get the transparency activated, so please bring your input if you managed to get it working nicely on it.
|
|
|
|
|
|
|
|
|
|
|
|
If you got troubles, feel free to share them by opening an issue on my gitlab (or the github)! |
|
|
|
\ No newline at end of file |