Update configs
This commit is contained in:
parent
ddcc044ec6
commit
f0af2d26b0
4 changed files with 3 additions and 6 deletions
.config/rofi
|
@ -1,6 +1,6 @@
|
|||
configuration {
|
||||
modi: "combi,ssh,run,window";
|
||||
font: "JetBrains Mono 13";
|
||||
font: "JetBrains Mono Nerd Font 12";
|
||||
show-icons: true;
|
||||
ssh-command: "{terminal} -e bash -ic "ssh {host} [-p {port}]"";
|
||||
icon-theme: ""Papirus-Dark"";
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*Dracula theme based on the Purple official rofi theme*/
|
||||
|
||||
* {
|
||||
font: "Jetbrains Mono 12";
|
||||
font: "Jetbrains Mono Nerd Font 12";
|
||||
foreground: #f8f8f2;
|
||||
background-color: #282a36;
|
||||
active-background: #6272a4;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue