Skip to content

Commit

Permalink
feat: Enhance rofi applet configuration with entry field and prompt s…
Browse files Browse the repository at this point in the history
…tyling
  • Loading branch information
ulises-jeremias committed Nov 30, 2024
1 parent 5eba473 commit f3d3252
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion home/dot_config/rofi/applets.rasi
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ inputbar {
border-color: @selected-normal-foreground;
background-color: transparent;
text-color: @foreground;
children: [ "textbox-prompt-colon", "prompt"];
children: [ "textbox-prompt-colon", "prompt", "entry" ];
}

dummy {
Expand All @@ -77,6 +77,14 @@ textbox-prompt-colon {
text-color: @selected-normal-foreground;
}
prompt {
enabled: true;
padding: 14px;
border-radius: 12px;
vertical-align: 0.5;
background-color: @urgent-background;
text-color: @selected-normal-foreground;
}
entry {
enabled: true;
padding: 14px;
border-radius: 12px;
Expand Down

0 comments on commit f3d3252

Please sign in to comment.