added expo deps
This commit is contained in:
parent
13d8d059fc
commit
8839920717
3 changed files with 10 additions and 3 deletions
|
@ -63,7 +63,7 @@
|
||||||
source "$ITEM_DIR/calendar.sh"
|
source "$ITEM_DIR/calendar.sh"
|
||||||
|
|
||||||
# Right
|
# Right
|
||||||
source $ITEM_DIR/calendar.sh
|
# source $ITEM_DIR/calendar.sh
|
||||||
source $ITEM_DIR/wifi.sh
|
source $ITEM_DIR/wifi.sh
|
||||||
source $ITEM_DIR/battery.sh
|
source $ITEM_DIR/battery.sh
|
||||||
source $ITEM_DIR/volume.sh
|
source $ITEM_DIR/volume.sh
|
||||||
|
@ -322,7 +322,7 @@
|
||||||
label.color=$ITEM_COLOR \
|
label.color=$ITEM_COLOR \
|
||||||
icon.color=$ITEM_COLOR
|
icon.color=$ITEM_COLOR
|
||||||
else
|
else
|
||||||
sketchybar --set space.$sid background.drawing=off \
|
sketchybar --set space.$sid background.drawing=off\
|
||||||
label.color=$ACCENT_COLOR \
|
label.color=$ACCENT_COLOR \
|
||||||
icon.color=$ACCENT_COLOR
|
icon.color=$ACCENT_COLOR
|
||||||
fi
|
fi
|
||||||
|
|
|
@ -149,7 +149,7 @@
|
||||||
exec-on-workspace-change = [
|
exec-on-workspace-change = [
|
||||||
"/bin/bash"
|
"/bin/bash"
|
||||||
"-c"
|
"-c"
|
||||||
"/run/current-system/sw/bin/sketchybar --trigger aerospace_workspace_change FOCUSED_WORKSPACE=$AEROSPACE_FOCUSED_WORKSPACE"
|
"/run/current-system/sw/bin/sketchybar --trigger aerospace_workspace_change FOCUSED_WORKSPACE=$AEROSPACE_FOCUSED_WORKSPACE PREV_WORKSPACE=$AEROSPACE_PREV_WORKSPACE"
|
||||||
];
|
];
|
||||||
|
|
||||||
on-window-detected = [
|
on-window-detected = [
|
||||||
|
|
|
@ -86,10 +86,17 @@ with pkgs;
|
||||||
#programming languages
|
#programming languages
|
||||||
deno
|
deno
|
||||||
ruby
|
ruby
|
||||||
|
pnpm
|
||||||
|
nodejs_24
|
||||||
# nodePackages.npm
|
# nodePackages.npm
|
||||||
go
|
go
|
||||||
elan
|
elan
|
||||||
|
|
||||||
|
#expo deps
|
||||||
|
watchman
|
||||||
|
zulu17
|
||||||
|
android-tools
|
||||||
|
|
||||||
#browsers
|
#browsers
|
||||||
tor
|
tor
|
||||||
firefox
|
firefox
|
||||||
|
|
Loading…
Reference in a new issue