made rofi egen better

main
The_miro 2024-11-24 02:34:23 +01:00
parent 9222dc99ad
commit fffe14fd66
3 changed files with 12 additions and 12 deletions

View File

@ -96,7 +96,7 @@ env = XCURSOR_SIZE,32
$terminal = kitty $terminal = kitty
$fileManager = kitty -e yazi $fileManager = kitty -e yazi
$editor = kitty micro $editor = kitty micro
$menu = --hide-scroll --show=drun $menu = wofi --show=drun
################# #################

View File

@ -1,3 +1,6 @@
normal_window=true normal_window=true
hide_scroll=true
width = 700 width = 700
height= 400 height= 400
prompt=exec
allow_images=true

View File

@ -1,9 +1,7 @@
* { * {
font-family: JetBrains Mono, Agave Nerd Font Mono, Arial, sans-serif; font-family: JetBrains Mono, Agave Nerd Font Mono, Arial, sans-serif;
border-radius: 15px; border-radius: 15px;
font-size: 18pt; font-size: 18pt;
background-color: #1a1a1a;
padding-top: 1px; padding-top: 1px;
padding-bottom: 1px; padding-bottom: 1px;
@ -19,6 +17,7 @@
window { window {
color: #E40046; color: #E40046;
background-color: #1a1a1a;
} }
#input { #input {
border: solid; border: solid;
@ -37,9 +36,13 @@
margin-right: 15px; margin-right: 15px;
margin-left: 15px; margin-left: 15px;
} }
#entry {
color: #5018dd;
}
#entry:selected { #entry:selected {
border: solid; border: solid;
background-color: #1a1a1a;
border-width: 4px; border-width: 4px;
color: #E40046; color: #E40046;
border-radius: 30px; border-radius: 30px;
@ -47,11 +50,5 @@
} }
#inner-box { #inner-box {
}
#scroll{
margin-bottom: 15px;
padding-bottom: 15px;
} }