Skip to content

Commit

Permalink
Fancier command layout
Browse files Browse the repository at this point in the history
  • Loading branch information
Evertras committed Jan 29, 2024
1 parent b8d4001 commit 9a6f82b
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions examples/command.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,14 @@ layout:
module: command
config:
bash: hostname
- name: Dir
style:
align-horizontal: left
- name: Dir
style:
align-horizontal: left
module: command
config:
# Works with colors
bash: ls --color
- name: df
module: command
config:
# Works with colors
bash: ls --color
bash: df -h

0 comments on commit 9a6f82b

Please sign in to comment.