aboutsummaryrefslogtreecommitdiff
path: root/extras
diff options
context:
space:
mode:
Diffstat (limited to 'extras')
-rw-r--r--extras/HOME/.config/rofi/config.rasi9
1 files changed, 8 insertions, 1 deletions
diff --git a/extras/HOME/.config/rofi/config.rasi b/extras/HOME/.config/rofi/config.rasi
index 1fec00f..440194b 100644
--- a/extras/HOME/.config/rofi/config.rasi
+++ b/extras/HOME/.config/rofi/config.rasi
@@ -4,6 +4,7 @@
theme-color: #8888ff;
selected-normal-background: @theme-color;
normal-foreground: @theme-color;
+ selected-normal-foreground: @main-background;
alternate-normal-foreground: @theme-color;
main-background: #202020f0;
@@ -14,8 +15,10 @@ window {
border: 0;
width: 100%;
height: 100%;
- padding: 20%;
+ padding: 5% 20% 5% 20%;
background-color: rgba ( 0, 0, 0, 75 % );
+ anchor:north;
+ location: north;
}
#case-indicator {
@@ -31,6 +34,7 @@ window {
}
inputbar {
+ border-radius: 10px 10px 10px 10px;
children: [ prompt,entry,case-indicator ];
}
@@ -46,9 +50,12 @@ inputbar {
border-color: rgba ( 0, 0, 0, 75 % );
scrollbar: true;
background-color: @main-background;
+ padding: 50px;
+ border-radius: 10px 10px 10px 10px;
}
element {
border: 0;
padding: 10px 10px 20px 10px ;
+ border-radius: 5px 5px 5px 5px;
}