mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-24 18:58:33 +02:00
rofi: format error message same as message
This commit is contained in:
parent
5d59d3b7f5
commit
fa94dabe58
2 changed files with 7 additions and 2 deletions
|
@ -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/)
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue