Skip to content

Commit

Permalink
[tty] Use nice font and colours in tty
Browse files Browse the repository at this point in the history
If I'm in there, there's a problem. Might as well make it as nice an
experience as possible
  • Loading branch information
MarcelRobitaille committed Apr 12, 2021
1 parent 7a73cf9 commit 80ac35f
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 0 deletions.
8 changes: 8 additions & 0 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,10 @@ dotfiles:
dst: ~/.config/dunst
src: ./dunst

etc:
dst: /etc/
src: ./etc/

firefox:
dst: '{{@@ mozilla_path @@}}'
src: ./firefox/
Expand Down Expand Up @@ -488,6 +492,10 @@ profiles:
- yay
- zathura

root:
dotfiles:
- etc

Zeus:
include:
- Default
Expand Down
17 changes: 17 additions & 0 deletions etc/issue
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
\e]P0{{@@ color_normal_black @@}}
\e]P1{{@@ color_normal_red @@}}
\e]P2{{@@ color_normal_green @@}}
\e]P3{{@@ color_normal_yellow @@}}
\e]P4{{@@ color_normal_blue @@}}
\e]P5{{@@ color_normal_magenta @@}}
\e]P6{{@@ color_normal_cyan @@}}
\e]P7{{@@ color_normal_white @@}}
\e]P8{{@@ color_normal_black @@}}
\e]P9{{@@ color_bright_red @@}}
\e]PA{{@@ color_bright_green @@}}
\e]PB{{@@ color_bright_yellow @@}}
\e]PC{{@@ color_bright_blue @@}}
\e]PD{{@@ color_bright_magenta @@}}
\e]PE{{@@ color_bright_cyan @@}}
\e]PF{{@@ color_bright_white @@}}

2 changes: 2 additions & 0 deletions etc/vconsole.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
FONT=ter-116n
FONT_MAP=8859-2

0 comments on commit 80ac35f

Please sign in to comment.