forked from nico/dots
sketchybar: put workspaces at leftmost of bar
order on left is: workspaces, window name, music
This commit is contained in:
parent
6a4ca101a7
commit
002bc26da7
1 changed files with 6 additions and 6 deletions
|
|
@ -46,12 +46,6 @@ sketchybar --default "${default[@]}"
|
||||||
# Adding Left Items
|
# Adding Left Items
|
||||||
#
|
#
|
||||||
|
|
||||||
# Focused window title
|
|
||||||
sketchybar --add item front_app left \
|
|
||||||
--set front_app icon=" " \
|
|
||||||
script="$PLUGIN_DIR/front_app.sh" \
|
|
||||||
--subscribe front_app front_app_switched \
|
|
||||||
|
|
||||||
# Aerospace workspace indicators
|
# Aerospace workspace indicators
|
||||||
sketchybar --add event aerospace_workspace_change
|
sketchybar --add event aerospace_workspace_change
|
||||||
for sid in $(aerospace list-workspaces --all); do
|
for sid in $(aerospace list-workspaces --all); do
|
||||||
|
|
@ -72,6 +66,12 @@ for sid in $(aerospace list-workspaces --all); do
|
||||||
done
|
done
|
||||||
# background.corner_radius=0 \
|
# background.corner_radius=0 \
|
||||||
|
|
||||||
|
# Focused window title
|
||||||
|
sketchybar --add item front_app left \
|
||||||
|
--set front_app icon=" " \
|
||||||
|
script="$PLUGIN_DIR/front_app.sh" \
|
||||||
|
--subscribe front_app front_app_switched \
|
||||||
|
|
||||||
# Currently playing music status (only works for Music.app)
|
# Currently playing music status (only works for Music.app)
|
||||||
sketchybar --add item music left \
|
sketchybar --add item music left \
|
||||||
--set music icon=" " update_freq=10 \
|
--set music icon=" " update_freq=10 \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue