Update Rofi configuration

This commit is contained in:
Fabio Scotto di Santolo
2024-07-25 14:03:58 +02:00
parent f85296378f
commit e6b7dc76ed
2 changed files with 13 additions and 0 deletions

View File

@@ -1 +1,14 @@
configuration {
modes: [ combi ];
combi-modes: [ window, drun, run ];
}
@theme "/usr/share/rofi/themes/Monokai.rasi" @theme "/usr/share/rofi/themes/Monokai.rasi"
/* Insert theme modifications after this */
element {
orientation: horizontal;
children: [ element-text, element-icon ];
spacing: 5px;
}

View File