This website requires JavaScript.
Explore
Help
Sign In
c0de
/
dotfiles
Watch
1
Star
0
Fork
0
You've already forked dotfiles
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
d7b17edc61
dotfiles
/
home
/
.config
/
rofi
/
config.rasi
6 lines
76 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add rofi configuration
2021-01-11 20:08:12 +00:00
configuration {
Move all rofi config out of Xresources
2021-01-11 20:13:49 +00:00
font: "Source Code Pro Semibold 10.5";
Add rofi configuration
2021-01-11 20:08:12 +00:00
}
Switch rofi to Nord
2022-08-17 21:41:31 +00:00
@theme "nord"
Fix rofi theme Rofi version 1.7.1: Turtley amazing! was released and it adds a breaking change (why is this not 2.0 per semantic version?) that moves theme configuration from being a direct property of configuration, it now gets included similar to an @import with @theme "theme-name" being put after the configuration block. 1.7.2: Shellebrations! was released a few days after 1.7.1, but the Arch package has not yet been updated. This allows theme in configuration block again, but that should now be considered deprecated. https://github.com/davatorium/rofi/releases/tag/1.7.1 https://github.com/davatorium/rofi/releases/tag/1.7.2
2021-12-14 17:01:52 +00:00
Reference in New Issue
Copy Permalink