mirror of
https://github.com/adi1090x/rofi.git
synced 2026-05-04 04:23:10 +02:00
Compare commits
4 Commits
164e855ed3
..
master
| Author | SHA1 | Date | |
|---|---|---|---|
| b0bfe92753 | |||
| 093c1a79f5 | |||
| d6ae47205a | |||
| adfcc0770f |
@@ -109,7 +109,7 @@ $ ./setup.sh
|
||||
</p>
|
||||
|
||||
<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><!-- 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><a href="https://github.com/maksimdymov"><img src="https://github.com/maksimdymov.png" width="60px" alt="User avatar: Maksim" /></a><!-- sponsors -->
|
||||
</p>
|
||||
|
||||
---
|
||||
@@ -517,20 +517,6 @@ 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
|
||||
|
||||
|
||||
@@ -1,9 +0,0 @@
|
||||
/**
|
||||
*
|
||||
* Author : Ram
|
||||
* Github : @r4mbhardwaj
|
||||
*
|
||||
* Colors
|
||||
**/
|
||||
|
||||
@import "~/.cache/wal/colors-rofi-dark.rasi"
|
||||
@@ -1,9 +0,0 @@
|
||||
/**
|
||||
*
|
||||
* Author : Ram
|
||||
* Github : @r4mbhardwaj
|
||||
*
|
||||
* Colors
|
||||
**/
|
||||
|
||||
@import "~/.cache/wal/colors-rofi-light.rasi"
|
||||
Reference in New Issue
Block a user