diff options
Diffstat (limited to 'rofi/.config/rofi/clipboard.rasi')
| -rw-r--r-- | rofi/.config/rofi/clipboard.rasi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/rofi/.config/rofi/clipboard.rasi b/rofi/.config/rofi/clipboard.rasi index 4dbb08f..bc22851 100644 --- a/rofi/.config/rofi/clipboard.rasi +++ b/rofi/.config/rofi/clipboard.rasi @@ -56,15 +56,20 @@ element { /* Icon configuration for images */ element-icon { + background-color: inherit; size: 2em; /* Good size for image thumbnails */ padding: 0 6px 0 0; /* Space between icon and text */ } element-text { background-color: inherit; + highlight: bold underline; text-color: inherit; vertical-align: 0.5; } +element-text selected { + text-transform: none; +} /* Element states */ element.normal.normal { |
