From fb637ad3266db434a15672aede6f38fc1aa8fcef Mon Sep 17 00:00:00 2001 From: clarkzjw Date: Wed, 18 Jan 2023 15:55:34 -0800 Subject: fonts --- dot_config/i3/config | 21 +++++++++++++++++++++ dot_zshrc | 2 ++ private_dot_local/share/fonts/all-the-icons.ttf | Bin 0 -> 44732 bytes private_dot_local/share/fonts/feather.ttf | Bin 0 -> 81512 bytes private_dot_local/share/fonts/file-icons.ttf | Bin 0 -> 489672 bytes private_dot_local/share/fonts/fontawesome.ttf | Bin 0 -> 152796 bytes .../share/fonts/iosevka-nerd-font.ttf | Bin 0 -> 1301148 bytes .../share/fonts/material-design-icons.ttf | Bin 0 -> 128180 bytes private_dot_local/share/fonts/octicons.ttf | Bin 0 -> 52544 bytes .../share/fonts/verdana-bold-italic.ttf | Bin 0 -> 226848 bytes private_dot_local/share/fonts/verdana-bold.ttf | Bin 0 -> 208456 bytes private_dot_local/share/fonts/verdana.ttf | Bin 0 -> 149752 bytes private_dot_local/share/fonts/weathericons.ttf | Bin 0 -> 99564 bytes 13 files changed, 23 insertions(+) create mode 100644 private_dot_local/share/fonts/all-the-icons.ttf create mode 100644 private_dot_local/share/fonts/feather.ttf create mode 100644 private_dot_local/share/fonts/file-icons.ttf create mode 100644 private_dot_local/share/fonts/fontawesome.ttf create mode 100644 private_dot_local/share/fonts/iosevka-nerd-font.ttf create mode 100644 private_dot_local/share/fonts/material-design-icons.ttf create mode 100644 private_dot_local/share/fonts/octicons.ttf create mode 100644 private_dot_local/share/fonts/verdana-bold-italic.ttf create mode 100644 private_dot_local/share/fonts/verdana-bold.ttf create mode 100644 private_dot_local/share/fonts/verdana.ttf create mode 100644 private_dot_local/share/fonts/weathericons.ttf diff --git a/dot_config/i3/config b/dot_config/i3/config index 889a32a..2ee628e 100644 --- a/dot_config/i3/config +++ b/dot_config/i3/config @@ -492,6 +492,27 @@ bar { } } +bar { + font pango: Noto Sans Regular 12 + status_command i3blocks -c ~/.config/i3/i3blocks-extend.conf + position bottom + output DP-4 + i3bar_command i3bar + tray_output primary + tray_padding 0 + strip_workspace_numbers no + + colors { + separator $purple + background $darkgrey + statusline $white + focused_workspace $mediumgrey $grey $darkgrey $purple + active_workspace $lightblue $mediumgrey $darkgrey $purple + inactive_workspace $darkgrey $darkgrey $grey $purple + urgent_workspace $urgentred $urgentred $white $purple + } +} + bar { font pango: Noto Sans Regular 12 status_command i3blocks -c ~/.config/i3/i3blocks-extend.conf diff --git a/dot_zshrc b/dot_zshrc index 581154a..c1d50a2 100644 --- a/dot_zshrc +++ b/dot_zshrc @@ -140,3 +140,5 @@ alias m="make -j`nproc --all`" alias t="xfce4-terminal" alias chez="/usr/bin/chezmoi" alias xc="xclip -selection clip" + +eval "$(lua /home/clarkzjw/Documents/code/z.lua/z.lua --init zsh)" diff --git a/private_dot_local/share/fonts/all-the-icons.ttf b/private_dot_local/share/fonts/all-the-icons.ttf new file mode 100644 index 0000000..634d48e Binary files /dev/null and b/private_dot_local/share/fonts/all-the-icons.ttf differ diff --git a/private_dot_local/share/fonts/feather.ttf b/private_dot_local/share/fonts/feather.ttf new file mode 100644 index 0000000..88bdfd0 Binary files /dev/null and b/private_dot_local/share/fonts/feather.ttf differ diff --git a/private_dot_local/share/fonts/file-icons.ttf b/private_dot_local/share/fonts/file-icons.ttf new file mode 100644 index 0000000..dd42225 Binary files /dev/null and b/private_dot_local/share/fonts/file-icons.ttf differ diff --git a/private_dot_local/share/fonts/fontawesome.ttf b/private_dot_local/share/fonts/fontawesome.ttf new file mode 100644 index 0000000..f221e50 Binary files /dev/null and b/private_dot_local/share/fonts/fontawesome.ttf differ diff --git a/private_dot_local/share/fonts/iosevka-nerd-font.ttf b/private_dot_local/share/fonts/iosevka-nerd-font.ttf new file mode 100644 index 0000000..bbb351c Binary files /dev/null and b/private_dot_local/share/fonts/iosevka-nerd-font.ttf differ diff --git a/private_dot_local/share/fonts/material-design-icons.ttf b/private_dot_local/share/fonts/material-design-icons.ttf new file mode 100644 index 0000000..7015564 Binary files /dev/null and b/private_dot_local/share/fonts/material-design-icons.ttf differ diff --git a/private_dot_local/share/fonts/octicons.ttf b/private_dot_local/share/fonts/octicons.ttf new file mode 100644 index 0000000..6f3edd6 Binary files /dev/null and b/private_dot_local/share/fonts/octicons.ttf differ diff --git a/private_dot_local/share/fonts/verdana-bold-italic.ttf b/private_dot_local/share/fonts/verdana-bold-italic.ttf new file mode 100644 index 0000000..0a84b68 Binary files /dev/null and b/private_dot_local/share/fonts/verdana-bold-italic.ttf differ diff --git a/private_dot_local/share/fonts/verdana-bold.ttf b/private_dot_local/share/fonts/verdana-bold.ttf new file mode 100644 index 0000000..e54bccd Binary files /dev/null and b/private_dot_local/share/fonts/verdana-bold.ttf differ diff --git a/private_dot_local/share/fonts/verdana.ttf b/private_dot_local/share/fonts/verdana.ttf new file mode 100644 index 0000000..aa4422f Binary files /dev/null and b/private_dot_local/share/fonts/verdana.ttf differ diff --git a/private_dot_local/share/fonts/weathericons.ttf b/private_dot_local/share/fonts/weathericons.ttf new file mode 100644 index 0000000..948f0a5 Binary files /dev/null and b/private_dot_local/share/fonts/weathericons.ttf differ -- cgit v1.2.3