mirror of
https://github.com/adi1090x/rofi.git
synced 2025-12-10 04:22:48 +01:00
Updated README.md
This commit is contained in:
parent
68e0310937
commit
2e8d244334
62
README.md
62
README.md
@ -187,6 +187,37 @@ cd scripts
|
||||
|
||||
 <br />
|
||||
|
||||
### Colorschemes
|
||||
|
||||
The files are stored in *~/.config/rofi/themes/colorschemes*.
|
||||
To change the active colorscheme simply change the import line in *~/.config/rofi/themes/colors.rasi*.
|
||||
|
||||
If you wish to change the colorscheme for only one specific applet/menu, you can add the line below after `@import "colors.rasi"` to the *~/.config/rofi/themes/<menu-name>.rasi* or *~/.config/rofi/themes/menu/<menu-name>.rasi* file.
|
||||
|
||||
``` css
|
||||
@import "colorschemes/<colorscheme-name>.rasi"
|
||||
```
|
||||
|
||||
<details><summary>Previews</summary>
|
||||
|
||||
|Material Dark|Material Light|
|
||||
|--|--|
|
||||
|||
|
||||
|
||||
|Adapta-Nokto|Adapta|Arc-Dark|Arc|
|
||||
|--|--|--|--|
|
||||
|||||
|
||||
|
||||
|adwaita|gruvbox|dark|armchair|darkpink|
|
||||
|--|--|--|--|--|
|
||||
||||||
|
||||
|
||||
|fresh|inside|party|sirin|minimo|
|
||||
|--|--|--|--|--|
|
||||
||||||
|
||||
|
||||
</details>
|
||||
|
||||
### App Launchers
|
||||
|
||||
A collection for application launcher, works with `rofi` from official arch repo.
|
||||
@ -327,37 +358,6 @@ An Album is [Here](https://www.buymeacoffee.com/p/45388).
|
||||
|
||||
</details>
|
||||
|
||||
### Colorschemes
|
||||
|
||||
The files are stored in *~/.config/rofi/themes/colorschemes*.
|
||||
To change the active colorscheme simply change the import line in *~/.config/rofi/themes/colors.rasi*.
|
||||
|
||||
If you wish to change the colorscheme for only one specific applet/menu, you can add the line below after `@import "colors.rasi"` to the *~/.config/rofi/themes/<menu-name>.rasi* or *~/.config/rofi/themes/menu/<menu-name>.rasi* file.
|
||||
|
||||
``` css
|
||||
@import "colorschemes/<colorscheme-name>.rasi"
|
||||
```
|
||||
|
||||
<details><summary>Previews</summary>
|
||||
|
||||
|Material Dark|Material Light|
|
||||
|--|--|
|
||||
|||
|
||||
|
||||
|Adapta-Nokto|Adapta|Arc-Dark|Arc|
|
||||
|--|--|--|--|
|
||||
|||||
|
||||
|
||||
|adwaita|gruvbox|dark|armchair|darkpink|
|
||||
|--|--|--|--|--|
|
||||
||||||
|
||||
|
||||
|fresh|inside|party|sirin|minimo|
|
||||
|--|--|--|--|--|
|
||||
||||||
|
||||
|
||||
</details>
|
||||
|
||||
## Tips
|
||||
|
||||
### Simple way to execute applets/menus
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user