Skip to content

Commit

Permalink
Add alacritty example module
Browse files Browse the repository at this point in the history
  • Loading branch information
JakobGM committed Feb 20, 2018
1 parent cea0373 commit b0879e6
Show file tree
Hide file tree
Showing 4 changed files with 594 additions and 115 deletions.
20 changes: 20 additions & 0 deletions astrality/config/astrality.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,14 @@ context/fonts:
name: RobotoMono Nerd Font
size: 8

# We also add some configurations which are specific for some application
# types.
terminal:
size: 12

status_bar:
size: 8


module/colors:
# This module is used to import a color scheme into the `color` context
Expand All @@ -89,6 +97,18 @@ module/colors:
to_section: colors


module/alacritty:
# Use the colors defined in the `colors` module for the color scheme
# in Alacritty, a terminal emulator: https://github.com/jwilm/alacritty
enabled: false
requires: command -v alacritty

on_startup:
compile:
- template: modules/alacritty/alacritty.yaml.template
target: ${XDG_CONFIG_HOME}/alacritty/alacritty.yml


module/polybar:
enabled: true
requires: command -v polybar
Expand Down

0 comments on commit b0879e6

Please sign in to comment.