summaryrefslogtreecommitdiff
path: root/.config/rofi
diff options
context:
space:
mode:
authorsilly <u65487754@gmail.com>2026-03-18 02:52:44 +0100
committerGitHub <noreply@github.com>2026-03-18 02:52:44 +0100
commit1d6d85ad254e34966b18924db7aefca2063b63a3 (patch)
tree8ed4f7db1f994ef6dde21ff7106cf400f887d185 /.config/rofi
parent317ff3195b02cf7f3092b02dd3bda72df37ad422 (diff)
Update config.rasi
Diffstat (limited to '.config/rofi')
-rw-r--r--.config/rofi/config.rasi8
1 files changed, 6 insertions, 2 deletions
diff --git a/.config/rofi/config.rasi b/.config/rofi/config.rasi
index cf44c8f..96bbd47 100644
--- a/.config/rofi/config.rasi
+++ b/.config/rofi/config.rasi
@@ -1,4 +1,6 @@
configuration {
+ modi: "drun";
+ display-drun: ">";
font: "JetBrainsMono Nerd Font 12";
show-icons: false;
lines: 6;
@@ -25,7 +27,8 @@ window {
background-color: #1F1F1F;
border: 1px;
border-color: #FFFFFF;
- border-radius: 0px;
+ /* @dynamic_rofi_window */
+ border-radius: 15px;
padding: 4px 5px;
location: center;
anchor: center;
@@ -77,7 +80,8 @@ listview {
element {
background-color: transparent;
text-color: #FFFFFF;
- border-radius: 0px;
+ /* @dynamic_rofi_element */
+ border-radius: 8px;
padding: 2px 4px;
cursor: default;
}