add rbw config
This commit is contained in:
parent
23b6c0a596
commit
5c10d76d08
4 changed files with 21 additions and 7 deletions
13
configs/rofi/rbw.rasi
Normal file
13
configs/rofi/rbw.rasi
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
configuration {
|
||||
show-icons: true;
|
||||
}
|
||||
|
||||
@import "theme.rasi"
|
||||
|
||||
window {
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
listview {
|
||||
lines: 15;
|
||||
}
|
||||
|
|
@ -81,7 +81,6 @@ listview {
|
|||
border: 0;
|
||||
margin: 10px 0px 0px 20px;
|
||||
columns: 1;
|
||||
lines: 5;
|
||||
background-color: @bg-col;
|
||||
spacing: 10px;
|
||||
scrollbar: true;
|
||||
|
|
@ -137,15 +136,14 @@ button selected {
|
|||
}
|
||||
|
||||
message {
|
||||
border: 0;
|
||||
margin: 10px 20px 0px 20px;
|
||||
background-color: @surface0;
|
||||
margin: 2px;
|
||||
padding: 2px;
|
||||
border-radius: 5px;
|
||||
border-radius: @border-rad;
|
||||
}
|
||||
|
||||
textbox {
|
||||
padding: 6px;
|
||||
margin: 20px 0px 0px 20px;
|
||||
text-color: @blue;
|
||||
background-color: #fff;
|
||||
text-color: @fg-col;
|
||||
font: "JetBrainsMono Nerd Font 10";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue