feat(darwin)!: rewrite sketchybar
config
- Now written in `Clojure`, using `Babashka` Checked with `clj-kondo` - Add TODO for module upstreaming (of allowing file or script for `config`) - Set `yabai` `window_border_radius` to `0` - Fix ` battery` script (`grep` does not do `\d`)
This commit is contained in:
parent
31f9e7dbef
commit
10a013d6a6
5 changed files with 266 additions and 163 deletions
|
@ -57,7 +57,7 @@ yabai -m config "external_bar" "all:32:0" \
|
|||
"window_border_blur" "off" \
|
||||
"window_border_width" "2" \
|
||||
"window_border_hidpi" "off" \
|
||||
"window_border_radius" "11" \
|
||||
"window_border_radius" "0" \
|
||||
"window_animation_duration" "0.22" \
|
||||
"active_window_border_color" "0xffe1e3e4" \
|
||||
"normal_window_border_color" "0xff2a2f38" \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue