Thickened borders

This commit is contained in:
Christian Colglazier 2020-07-04 08:19:41 -04:00
parent dbe74db2c2
commit 49b49fc7bb
3 changed files with 9 additions and 9 deletions

View File

@ -73,7 +73,7 @@ bindsym $mod+space focus mode_toggle
bindsym $mod+a focus parent
# Gaps
set $inner 8
set $inner 10
set $outer 2
gaps inner $inner
gaps outer $outer
@ -178,7 +178,7 @@ client.placeholder $blue $blue $blue $blue $blue
client.background $blue
# Removes border and title bar
for_window [class="^.*"] border pixel 2
for_window [class="^.*"] border pixel 4
new_window 1pixel
#new_window normal 0 px

View File

@ -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;*/

View File

@ -45,7 +45,7 @@
}
window {
background-color: @background;
border: 2;
border: 4;
padding: 20;
}
mainbox {