rofi: update to 1.6.1

This commit is contained in:
Vincent Bernat 2021-07-20 22:03:50 +02:00
parent 1bc9ea92e1
commit 110db5aa34
2 changed files with 10 additions and 2 deletions

View file

@ -35,11 +35,16 @@ sources on [GitHub](https://github.com/vincentbernat/vbeterm).
## Requirements ## Requirements
Required Debian packages to make everything work can be found in my Required Debian packages to make everything work can be found in my
[Puppet configuration][]. Also, some daemons may be compiled from git [Puppet configuration][].
HEAD (`dunst` and `polybar`) to get access to some features.
[Puppet configuration]: https://github.com/vincentbernat/puppet-workstation/blob/master/local-modules/desktop/manifests/i3.pp [Puppet configuration]: https://github.com/vincentbernat/puppet-workstation/blob/master/local-modules/desktop/manifests/i3.pp
However, I am recompiling some stuff to get more recent versions:
- `dunst` (check `vbe/master` branch)
- `polybar` (git HEAD)
- `rofi` (1.6.1)
## Interesting links ## Interesting links
- [/r/unixporn on reddit](https://www.reddit.com/r/unixporn/search?q=i3&restrict_sr=1) - [/r/unixporn on reddit](https://www.reddit.com/r/unixporn/search?q=i3&restrict_sr=1)

View file

@ -74,6 +74,9 @@ element {
highlight: bold #95ee8f; /* green */ highlight: bold #95ee8f; /* green */
border-radius: 3px; border-radius: 3px;
} }
element-icon {
size: 1em;
}
element selected { element selected {
background-color: @emphasis; background-color: @emphasis;