mirror of
https://github.com/AquaMorph/dotfiles.git
synced 2025-06-30 01:02:02 +00:00
Thickened borders
This commit is contained in:
@ -2,14 +2,14 @@ configuration {
|
||||
modi: "window,run,ssh";
|
||||
width: 30;
|
||||
lines: 10;
|
||||
/* columns: 1;*/
|
||||
columns: 1;
|
||||
font: "sf mono medium 16";
|
||||
/* bw: 1;*/
|
||||
bw: 1;
|
||||
/* location: 0;*/
|
||||
/* padding: 5;*/
|
||||
/* yoffset: 0;*/
|
||||
/* xoffset: 0;*/
|
||||
/* fixed-num-lines: true;*/
|
||||
fixed-num-lines: true;
|
||||
show-icons: true;
|
||||
terminal: "alacritty";
|
||||
/* ssh-client: "ssh";*/
|
||||
@ -27,9 +27,9 @@ configuration {
|
||||
/* ignored-prefixes: "";*/
|
||||
/* sort: false;*/
|
||||
/* sorting-method: ;*/
|
||||
/* case-sensitive: false;*/
|
||||
case-sensitive: false;
|
||||
/* cycle: true;*/
|
||||
/* sidebar-mode: false;*/
|
||||
sidebar-mode: false;
|
||||
/* eh: 1;*/
|
||||
/* auto-select: false;*/
|
||||
/* parse-hosts: false;*/
|
||||
@ -43,7 +43,7 @@ configuration {
|
||||
/* filter: ;*/
|
||||
/* separator-style: "dash";*/
|
||||
/* hide-scrollbar: false;*/
|
||||
/* fullscreen: false;*/
|
||||
fullscreen: false;
|
||||
/* fake-transparency: false;*/
|
||||
/* dpi: -1;*/
|
||||
/* threads: 0;*/
|
||||
|
@ -45,7 +45,7 @@
|
||||
}
|
||||
window {
|
||||
background-color: @background;
|
||||
border: 2;
|
||||
border: 4;
|
||||
padding: 20;
|
||||
}
|
||||
mainbox {
|
||||
|
Reference in New Issue
Block a user