init
This commit is contained in:
parent
bbcbd25e48
commit
a6c06800e2
39 changed files with 1864 additions and 0 deletions
24
private_dot_config/rofi/config.rasi
Normal file
24
private_dot_config/rofi/config.rasi
Normal file
|
@ -0,0 +1,24 @@
|
|||
configuration {
|
||||
font: "Sarasa Mono SC Nerd Font 10";
|
||||
line-margin: 10;
|
||||
|
||||
display-ssh: "";
|
||||
display-run: "";
|
||||
display-drun: "";
|
||||
display-window: "";
|
||||
display-combi: "";
|
||||
display-recursivebrowser: "";
|
||||
show-icons: true;
|
||||
}
|
||||
|
||||
|
||||
@theme "~/.config/rofi/nord.rasi"
|
||||
|
||||
listview {
|
||||
lines: 6;
|
||||
columns: 1;
|
||||
}
|
||||
|
||||
window {
|
||||
width: 50%;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue