my system configurations ^-^
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat: jankyborders

willow 1a9adfec 75b785c5

+14 -1
+1
modules/darwin/desktop/default.nix
··· 1 1 { 2 2 imports = [ 3 + ./janky-borders.nix 3 4 ./skhd.nix 4 5 ./yabai.nix 5 6 ];
+10
modules/darwin/desktop/janky-borders.nix
··· 1 + { 2 + services.jankyborders = { 3 + enable = true; 4 + 5 + width = 6.0; 6 + hidpi = true; 7 + active_color = "0xFFf5bde6"; 8 + inactive_color = "0x001e2030"; 9 + }; 10 + }
+3 -1
modules/darwin/desktop/yabai.nix
··· 16 16 bottom_padding = 12; 17 17 left_padding = 12; 18 18 right_padding = 12; 19 - window_gap = 6; 19 + 20 + window_gap = 12; 21 + window_shadow = "off"; 20 22 }; 21 23 }; 22 24 }