mirror of
https://github.com/AquaMorph/dotfiles.git
synced 2025-05-17 15:56:59 +00:00
Thickened borders
This commit is contained in:
parent
dbe74db2c2
commit
49b49fc7bb
@ -73,7 +73,7 @@ bindsym $mod+space focus mode_toggle
|
|||||||
bindsym $mod+a focus parent
|
bindsym $mod+a focus parent
|
||||||
|
|
||||||
# Gaps
|
# Gaps
|
||||||
set $inner 8
|
set $inner 10
|
||||||
set $outer 2
|
set $outer 2
|
||||||
gaps inner $inner
|
gaps inner $inner
|
||||||
gaps outer $outer
|
gaps outer $outer
|
||||||
@ -178,7 +178,7 @@ client.placeholder $blue $blue $blue $blue $blue
|
|||||||
client.background $blue
|
client.background $blue
|
||||||
|
|
||||||
# Removes border and title bar
|
# Removes border and title bar
|
||||||
for_window [class="^.*"] border pixel 2
|
for_window [class="^.*"] border pixel 4
|
||||||
new_window 1pixel
|
new_window 1pixel
|
||||||
#new_window normal 0 px
|
#new_window normal 0 px
|
||||||
|
|
||||||
|
@ -2,14 +2,14 @@ configuration {
|
|||||||
modi: "window,run,ssh";
|
modi: "window,run,ssh";
|
||||||
width: 30;
|
width: 30;
|
||||||
lines: 10;
|
lines: 10;
|
||||||
/* columns: 1;*/
|
columns: 1;
|
||||||
font: "sf mono medium 16";
|
font: "sf mono medium 16";
|
||||||
/* bw: 1;*/
|
bw: 1;
|
||||||
/* location: 0;*/
|
/* location: 0;*/
|
||||||
/* padding: 5;*/
|
/* padding: 5;*/
|
||||||
/* yoffset: 0;*/
|
/* yoffset: 0;*/
|
||||||
/* xoffset: 0;*/
|
/* xoffset: 0;*/
|
||||||
/* fixed-num-lines: true;*/
|
fixed-num-lines: true;
|
||||||
show-icons: true;
|
show-icons: true;
|
||||||
terminal: "alacritty";
|
terminal: "alacritty";
|
||||||
/* ssh-client: "ssh";*/
|
/* ssh-client: "ssh";*/
|
||||||
@ -27,9 +27,9 @@ configuration {
|
|||||||
/* ignored-prefixes: "";*/
|
/* ignored-prefixes: "";*/
|
||||||
/* sort: false;*/
|
/* sort: false;*/
|
||||||
/* sorting-method: ;*/
|
/* sorting-method: ;*/
|
||||||
/* case-sensitive: false;*/
|
case-sensitive: false;
|
||||||
/* cycle: true;*/
|
/* cycle: true;*/
|
||||||
/* sidebar-mode: false;*/
|
sidebar-mode: false;
|
||||||
/* eh: 1;*/
|
/* eh: 1;*/
|
||||||
/* auto-select: false;*/
|
/* auto-select: false;*/
|
||||||
/* parse-hosts: false;*/
|
/* parse-hosts: false;*/
|
||||||
@ -43,7 +43,7 @@ configuration {
|
|||||||
/* filter: ;*/
|
/* filter: ;*/
|
||||||
/* separator-style: "dash";*/
|
/* separator-style: "dash";*/
|
||||||
/* hide-scrollbar: false;*/
|
/* hide-scrollbar: false;*/
|
||||||
/* fullscreen: false;*/
|
fullscreen: false;
|
||||||
/* fake-transparency: false;*/
|
/* fake-transparency: false;*/
|
||||||
/* dpi: -1;*/
|
/* dpi: -1;*/
|
||||||
/* threads: 0;*/
|
/* threads: 0;*/
|
||||||
|
@ -45,7 +45,7 @@
|
|||||||
}
|
}
|
||||||
window {
|
window {
|
||||||
background-color: @background;
|
background-color: @background;
|
||||||
border: 2;
|
border: 4;
|
||||||
padding: 20;
|
padding: 20;
|
||||||
}
|
}
|
||||||
mainbox {
|
mainbox {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user