Skip to content

Commit

Permalink
darwin/system/interface: add example of spacer
Browse files Browse the repository at this point in the history
  • Loading branch information
khaneliman committed Aug 25, 2024
1 parent 884279f commit 443ca08
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions modules/darwin/system/interface/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -102,11 +102,17 @@ in
# '$music' '$spotify' '$plex' '$small_blank' \
# '$code' '$github' '$gitkraken' '$small_blank' \
# '$alacritty' '$kitty'"
# Larger spacer
# {tile-data={}; tile-type="spacer-tile";}
# Small spacer
# ''{tile-data={}; tile-type="small-spacer-tile";}''
persistent-apps = [
"/System/Applications/Launchpad.app"
"/System/Applications/System Settings.app"
"/System/Applications/App Store.app"
# TODO: implement small_blank
# Need to update upstream to accept something like this
# ''{tile-data={}; tile-type="small-spacer-tile";}''
"/System/Applications/Messages.app"
"/Applications/Caprine.app"
"/Applications/Element.app"
Expand Down

0 comments on commit 443ca08

Please sign in to comment.