Skip to content

Commit 65ef8c0

Browse files
committedOct 31, 2024
chore: add borders config
1 parent 74fbeff commit 65ef8c0

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed
 

‎.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/*
22

33
!bat/
4+
!borders/
45
!btop/
56
!fsh/
67
!ghostty/
@@ -9,7 +10,6 @@
910
!kitty/
1011
!nvim/
1112
!skhd/
12-
!yabai/
1313
!.zshrc
1414
!starship.toml
1515
!.gitconfig

‎borders/bordersrc

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
#!/bin/bash
2+
3+
options=(
4+
style=round
5+
width=6.0
6+
hidpi=off
7+
active_color=0xff89b4fa
8+
inactive_color=0xc02c2e34
9+
background_color=0x302c2e34
10+
)
11+
12+
borders "${options[@]}"

0 commit comments

Comments
 (0)
Please sign in to comment.