From 110db5aa34261bed075b032550336609b1dfc1ab Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Tue, 20 Jul 2021 22:03:50 +0200 Subject: [PATCH] rofi: update to 1.6.1 --- README.md | 9 +++++++-- dotfiles/rofi.conf | 3 +++ 2 files changed, 10 insertions(+), 2 deletions(-) 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;