mirror of
https://github.com/adi1090x/rofi.git
synced 2024-11-21 05:38:21 -05:00
Compare commits
5 Commits
0a154cc12f
...
b053035b6c
Author | SHA1 | Date | |
---|---|---|---|
|
b053035b6c | ||
|
f3835e7f72 | ||
|
f7bc0216ca | ||
|
31cf3e726f | ||
|
a71556a8b7 |
16
README.md
16
README.md
@ -109,7 +109,7 @@ $ ./setup.sh
|
||||
</p>
|
||||
|
||||
<p align="center">
|
||||
<!-- sponsors --><a href="https://github.com/davidtoska"><img src="https://avatars.githubusercontent.com/u/15263867?u=7f45e973d008c1c9fc573554a95efac83751e726&v=4" width="60px" alt="David Toska" /></a><a href="https://github.com/kkkutup"><img src="https://avatars.githubusercontent.com/u/142684677?v=4" width="60px" alt="" /></a><a href="https://github.com/snubbi1954-elementary"><img src="https://avatars.githubusercontent.com/u/162145059?u=16ee4fee3e95ea7bc1599abdb2ff0ec4a2385ea2&v=4" width="60px" alt="Carl Andersen" /></a><!-- sponsors -->
|
||||
<!-- sponsors --><a href="https://github.com/davidtoska"><img src="https://avatars.githubusercontent.com/u/15263867?u=7f45e973d008c1c9fc573554a95efac83751e726&v=4" width="60px" alt="David Toska" /></a><a href="https://github.com/snubbi1954-elementary"><img src="https://avatars.githubusercontent.com/u/162145059?u=16ee4fee3e95ea7bc1599abdb2ff0ec4a2385ea2&v=4" width="60px" alt="Carl Andersen" /></a><a href="https://github.com/12c76dc"><img src="https://avatars.githubusercontent.com/u/88608064?u=856f093e16e6d33996d2548d871884994b3ee627&v=4" width="60px" alt="" /></a><!-- sponsors -->
|
||||
</p>
|
||||
|
||||
---
|
||||
@ -517,6 +517,20 @@ Same thing can be done with `openbox` by adding these lines to **`rc.xml`** file
|
||||
</keybind>
|
||||
</keyboard>
|
||||
```
|
||||
#### Pywal Support
|
||||
|
||||
You can use [pywal](https://github.com/dylanaraps/pywal) to generate colorschemes for rofi.
|
||||
|
||||
**`To use pywal colorschemes` :** Edit `~/.config/rofi/launchers/type-X/shared/colors.rasi` file and edit the following line to use the color-scheme you like.
|
||||
|
||||
***dark theme***
|
||||
```css
|
||||
@import "~/.config/rofi/colors/pywal-dark.rasi"
|
||||
```
|
||||
***light theme***
|
||||
```css
|
||||
@import "~/.config/rofi/colors/pywal-light.rasi"
|
||||
```
|
||||
|
||||
## FYI
|
||||
|
||||
|
9
files/colors/pywal-dark.rasi
Normal file
9
files/colors/pywal-dark.rasi
Normal file
@ -0,0 +1,9 @@
|
||||
/**
|
||||
*
|
||||
* Author : Ram
|
||||
* Github : @r4mbhardwaj
|
||||
*
|
||||
* Colors
|
||||
**/
|
||||
|
||||
@import "~/.cache/wal/colors-rofi-dark.rasi"
|
9
files/colors/pywal-light.rasi
Normal file
9
files/colors/pywal-light.rasi
Normal file
@ -0,0 +1,9 @@
|
||||
/**
|
||||
*
|
||||
* Author : Ram
|
||||
* Github : @r4mbhardwaj
|
||||
*
|
||||
* Colors
|
||||
**/
|
||||
|
||||
@import "~/.cache/wal/colors-rofi-light.rasi"
|
Loading…
Reference in New Issue
Block a user