From 80ac35ff885dc5e1b3381ef8cfcc557a385891e6 Mon Sep 17 00:00:00 2001 From: Marcel Robitaille Date: Mon, 12 Apr 2021 10:06:07 -0400 Subject: [PATCH] [tty] Use nice font and colours in tty If I'm in there, there's a problem. Might as well make it as nice an experience as possible --- config.yaml | 8 ++++++++ etc/issue | 17 +++++++++++++++++ etc/vconsole.conf | 2 ++ 3 files changed, 27 insertions(+) create mode 100644 etc/issue create mode 100644 etc/vconsole.conf diff --git a/config.yaml b/config.yaml index eb30160..466836a 100644 --- a/config.yaml +++ b/config.yaml @@ -176,6 +176,10 @@ dotfiles: dst: ~/.config/dunst src: ./dunst + etc: + dst: /etc/ + src: ./etc/ + firefox: dst: '{{@@ mozilla_path @@}}' src: ./firefox/ @@ -488,6 +492,10 @@ profiles: - yay - zathura + root: + dotfiles: + - etc + Zeus: include: - Default diff --git a/etc/issue b/etc/issue new file mode 100644 index 0000000..4d92a07 --- /dev/null +++ b/etc/issue @@ -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 @@}} + diff --git a/etc/vconsole.conf b/etc/vconsole.conf new file mode 100644 index 0000000..fd32dac --- /dev/null +++ b/etc/vconsole.conf @@ -0,0 +1,2 @@ +FONT=ter-116n +FONT_MAP=8859-2