We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74fbeff commit 65ef8c0Copy full SHA for 65ef8c0
.gitignore
@@ -1,6 +1,7 @@
1
/*
2
3
!bat/
4
+!borders/
5
!btop/
6
!fsh/
7
!ghostty/
@@ -9,7 +10,6 @@
9
10
!kitty/
11
!nvim/
12
!skhd/
-!yabai/
13
!.zshrc
14
!starship.toml
15
!.gitconfig
borders/bordersrc
@@ -0,0 +1,12 @@
+#!/bin/bash
+
+options=(
+ style=round
+ width=6.0
+ hidpi=off
+ active_color=0xff89b4fa
8
+ inactive_color=0xc02c2e34
+ background_color=0x302c2e34
+)
+borders "${options[@]}"
0 commit comments