rofi: update config

This commit is contained in:
He4eT 2023-03-26 19:32:05 +03:00
commit 5ee91c9738
4 changed files with 10 additions and 3 deletions

BIN
rofi/.paper-float.rasi.swp Normal file

Binary file not shown.

View file

@ -1,2 +0,0 @@
rofi.theme: ./paper-float.rasi
rofi.font: NotoSans-Regular 11

4
rofi/config.rasi Normal file
View file

@ -0,0 +1,4 @@
configuration {
font: "NotoSans-Regular 11";
}
@theme "./paper-float.rasi"

View file

@ -3,7 +3,7 @@
fg: #cdcdcd; fg: #cdcdcd;
selection: #444444; selection: #444444;
inner-padding: 0.8em; inner-padding: 0.5em;
border-width: 2px; border-width: 2px;
border-color: @selection; border-color: @selection;
@ -11,6 +11,11 @@
text-color: @fg; text-color: @fg;
} }
element-text {
background-color: inherit;
text-color: inherit;
}
#window { #window {
border: @border-width; border: @border-width;
} }