mirror of
https://github.com/adi1090x/rofi.git
synced 2025-12-10 04:22:48 +01:00
Compare commits
5 Commits
90839b63dc
...
ba3ece5e2c
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ba3ece5e2c | ||
|
|
093c1a79f5 | ||
|
|
d6ae47205a | ||
|
|
31cf3e726f | ||
|
|
a71556a8b7 |
16
README.md
16
README.md
@ -109,7 +109,7 @@ $ ./setup.sh
|
|||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<!-- sponsors --><a href="https://github.com/davidtoska"><img src="https://github.com/davidtoska.png" width="60px" alt="User avatar: David Toska" /></a><a href="https://github.com/snubbi1954-elementary"><img src="https://github.com/snubbi1954-elementary.png" width="60px" alt="User avatar: Carl Andersen" /></a><a href="https://github.com/dgxlab"><img src="https://github.com/dgxlab.png" width="60px" alt="User avatar: David Vargas" /></a><a href="https://github.com/jxtrt"><img src="https://github.com/jxtrt.png" width="60px" alt="User avatar: jtrt" /></a><!-- sponsors -->
|
<!-- sponsors --><a href="https://github.com/davidtoska"><img src="https://github.com/davidtoska.png" width="60px" alt="User avatar: David Toska" /></a><a href="https://github.com/dgxlab"><img src="https://github.com/dgxlab.png" width="60px" alt="User avatar: David Vargas" /></a><!-- sponsors -->
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
---
|
---
|
||||||
@ -517,6 +517,20 @@ Same thing can be done with `openbox` by adding these lines to **`rc.xml`** file
|
|||||||
</keybind>
|
</keybind>
|
||||||
</keyboard>
|
</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
|
## 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…
x
Reference in New Issue
Block a user