From fa94dabe5890d3ce4faa899918b9b9a2154f3b3e Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Sun, 18 Jul 2021 17:27:00 +0200 Subject: [PATCH] rofi: format error message same as message --- README.md | 1 + dotfiles/rofi.conf | 8 ++++++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5a0c78a..69ba149 100644 --- a/README.md +++ b/README.md @@ -42,4 +42,5 @@ HEAD (`dunst` and `polybar`) to get access to some features. ## Interesting links + - [/r/unixporn on reddit](https://www.reddit.com/r/unixporn/search?q=i3&restrict_sr=1) - [Hacking i3: Automatic Layout](https://aduros.com/blog/hacking-i3-automatic-layout/) diff --git a/dotfiles/rofi.conf b/dotfiles/rofi.conf index fe47649..cf37d1c 100644 --- a/dotfiles/rofi.conf +++ b/dotfiles/rofi.conf @@ -88,13 +88,17 @@ element active, element selected active { text-color: @purple; } -message { +message, error-message { padding: 5px; - border-radius: 3px; + border-radius: 5px; background-color: @emphasis; border: 1px; border-color: @cyan; } +error-message { + border-color: @red; + padding: 20px; +} mode-switcher { margin: 20px 0 0 0; }