mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-08-04 10:14:34 +02:00
rofi: update to 1.6.1
This commit is contained in:
parent
1bc9ea92e1
commit
110db5aa34
2 changed files with 10 additions and 2 deletions
|
@ -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)
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue