Skip to content

Commit

Permalink
Darwin: Tweak border strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
shajra committed Jan 26, 2024
1 parent 8d840ce commit 264ff9d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions home/modules/base/gui/darwin/xdg/configFile/skhd/skhdrc.nix
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ let
bottom_padding "$GAP_SIZE" \
left_padding "$GAP_SIZE" \
right_padding "$GAP_SIZE" \
&& sketchybar --bar margin="$GAP_SIZE"
&& sketchybar --bar margin="$((GAP_SIZE - 4))"
'';
gaps-toggle = "${gaps-toggle-script}/bin/gaps-toggle";

Expand All @@ -111,11 +111,10 @@ in ''
# define modes
:: default : \
borders \
width=8.0 \
active_color=${colors.window.selected.focused.border.window} ; \
sketchybar --bar border_color=${colors.semantic.unifying}
:: passthru : sketchybar --bar border_color=${colors.semantic.warning}
:: size @ : borders width=8.0 active_color=${colors.semantic.info}
:: size @ : borders active_color=${colors.semantic.info}
# mode: returning home
size, passthru < lalt + shift - escape ; default
Expand Down

0 comments on commit 264ff9d

Please sign in to comment.