1
0
Fork 0

jankyborders: adjust configuration

This commit is contained in:
Daniel Kempkens 2024-06-02 12:52:01 +02:00
parent ae03ee08fe
commit 154887bb40
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM
2 changed files with 4 additions and 4 deletions

View file

@ -5,9 +5,9 @@ let
borders-config = [
"style=round"
"active_color=0xaaabb2bf"
"inactive_color=0xdd282a36"
"width=5.0"
"active_color=0xeebd93f9"
"inactive_color=0xeeabb2bf"
"width=7.0"
"blur_radius=15.0"
"hidpi=on"
"ax_focus=on"

View file

@ -5,7 +5,7 @@ let
yabai-bin = "${yabai-pkg}/bin/yabai";
jq-bin = "${pkgs.jq}/bin/jq";
window_padding = 8;
window_padding = 10;
native-tab-apps = [ "Finder" "TablePlus" ];