mirror of
https://github.com/He4eT/dotfiles.git
synced 2026-05-04 23:47:23 +00:00
rofi: update config
This commit is contained in:
parent
a42858ebe8
commit
5ee91c9738
4 changed files with 10 additions and 3 deletions
BIN
rofi/.paper-float.rasi.swp
Normal file
BIN
rofi/.paper-float.rasi.swp
Normal file
Binary file not shown.
|
|
@ -1,2 +0,0 @@
|
|||
rofi.theme: ./paper-float.rasi
|
||||
rofi.font: NotoSans-Regular 11
|
||||
4
rofi/config.rasi
Normal file
4
rofi/config.rasi
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
configuration {
|
||||
font: "NotoSans-Regular 11";
|
||||
}
|
||||
@theme "./paper-float.rasi"
|
||||
|
|
@ -3,7 +3,7 @@
|
|||
fg: #cdcdcd;
|
||||
selection: #444444;
|
||||
|
||||
inner-padding: 0.8em;
|
||||
inner-padding: 0.5em;
|
||||
border-width: 2px;
|
||||
|
||||
border-color: @selection;
|
||||
|
|
@ -11,6 +11,11 @@
|
|||
text-color: @fg;
|
||||
}
|
||||
|
||||
element-text {
|
||||
background-color: inherit;
|
||||
text-color: inherit;
|
||||
}
|
||||
|
||||
#window {
|
||||
border: @border-width;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue