diff --git a/README.md b/README.md index 69ba149..f62e8da 100644 --- a/README.md +++ b/README.md @@ -35,11 +35,16 @@ sources on [GitHub](https://github.com/vincentbernat/vbeterm). ## Requirements Required Debian packages to make everything work can be found in my -[Puppet configuration][]. Also, some daemons may be compiled from git -HEAD (`dunst` and `polybar`) to get access to some features. +[Puppet configuration][]. [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 - [/r/unixporn on reddit](https://www.reddit.com/r/unixporn/search?q=i3&restrict_sr=1) diff --git a/dotfiles/rofi.conf b/dotfiles/rofi.conf index 1577f0e..e9b2097 100644 --- a/dotfiles/rofi.conf +++ b/dotfiles/rofi.conf @@ -74,6 +74,9 @@ element { highlight: bold #95ee8f; /* green */ border-radius: 3px; } +element-icon { + size: 1em; +} element selected { background-color: @emphasis;