Adding icons to rofi run launcher command

This commit is contained in:
Derek Taylor
2025-05-08 17:37:01 -05:00
parent 8ccde8018a
commit 54b8863f0b
3 changed files with 7 additions and 4 deletions

View File

@@ -9,7 +9,7 @@
background-color: #282c34;
border-color: #51afef;
text-color: #bbc2cf;
font: "Ubuntu Mono 11";
font: "Ubuntu 10";
prompt-font: "Ubuntu Bold 10";
prompt-background: #51afef;
prompt-foreground: #282c34;
@@ -20,6 +20,9 @@
selected-normal-foreground: #ffffff;
spacing: 3;
}
configuration {
drun-icon-theme: "Tela circle blue dark";
}
#window {
border: 2;
padding: 5;
@@ -42,7 +45,7 @@
}
#element {
border: 0;
padding: 1px ;
padding: 3px ;
}
#element.selected.normal {
background-color: @selected-normal-background;