Compare commits

..

No commits in common. "dfe9729fa3318c91c66e7f5307106f90ef017a15" and "d447a9ca52986ebb8a131477aeb7c57eaed2053e" have entirely different histories.

3 changed files with 14 additions and 18 deletions

View file

@ -23,7 +23,7 @@
{ spacer.small = true; }
"/Applications/Nix Apps/Audacity.app"
"/Applications/Affinity.app"
"/Applications/Affinity Photo 2.app"
"/Applications/GIMP.app"
"/Applications/Krita.app"
# "/Applications/Blender.app"
@ -45,7 +45,7 @@
"signal"
"soulseek"
"musicbrainz-picard"
"affinity"
"affinity-photo"
"the-unarchiver"
"linearmouse"

View file

@ -1,11 +1,9 @@
#!/bin/sh
killall borders
borders active_color=0xFF{{colors.primary.default.hex_stripped}} inactive_color=0xFF{{colors.surface_dim.default.hex_stripped}} width=6.0
if [ "{{custom.rounding}}" = 0 ]; then
nohup borders active_color=0xFF{{colors.primary.default.hex_stripped}} inactive_color=0xFF{{colors.surface_dim.default.hex_stripped}} width=6.0 style=square > /dev/null &
borders style=square
else
nohup borders active_color=0xFF{{colors.primary.default.hex_stripped}} inactive_color=0xFF{{colors.surface_dim.default.hex_stripped}} width=6.0 style=round > /dev/null &
borders style=round
fi
exit

View file

@ -4,20 +4,18 @@
yabai -m signal --add event=dock_did_restart action="sudo yabai --load-sa"
sudo yabai --load-sa
# Sketchybar Intergration
if command -v "sketchybar"; then
yabai -m config menubar_opacity 0.0
sketchybar & disown
yabai -m signal --remove "sketchybar_space_change" 2>/dev/null
yabai -m signal --remove "sketchybar_front_app" 2>/dev/null
# Remove existing signals (in case of restart)
yabai -m signal --add event=space_changed action="sketchybar --trigger space_change" label="sketchybar_space_change"
yabai -m signal --add event=window_focused action="sketchybar --trigger front_app_switched" label="sketchybar_front_app"
fi
# Remove existing signals (in case of restart)
yabai -m signal --remove "sketchybar_space_change" 2>/dev/null
yabai -m signal --remove "sketchybar_front_app" 2>/dev/null
# Sketchybar Intergration
yabai -m signal --add event=space_changed action="sketchybar --trigger space_change" label="sketchybar_space_change"
yabai -m signal --add event=window_focused action="sketchybar --trigger front_app_switched" label="sketchybar_front_app"
# autostart
borders active_color=0xfff74f9e inactive_color=0xffffa8f1 width=6.0 & disown
sketchybar & disown
borders & disown
sh ~/.cache/matugen-jankyborders.sh & disown
skhd & disown