From b36021a87da7977feb64a54466d76913e8f3f0d6 Mon Sep 17 00:00:00 2001 From: Matt Singleton Date: Wed, 22 Feb 2023 11:37:22 -0600 Subject: lots of intermingled changes - switch to cascadia as monospace font - switch to fontawesome for waybar icons - dircolors readability improvements - foot terminal on linux - waybar visual tweaks - deploy script improvements --- config/all/dircolors.conf | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'config/all/dircolors.conf') diff --git a/config/all/dircolors.conf b/config/all/dircolors.conf index cfd5f8d..a36f679 100644 --- a/config/all/dircolors.conf +++ b/config/all/dircolors.conf @@ -55,6 +55,7 @@ TERM xterm-256color TERM xterm-88color TERM xterm-color TERM xterm-debian +TERM foot # # Generic types @@ -71,17 +72,17 @@ TERM xterm-debian RESET 0 # reset to "normal" color DIR 34 # directory LINK 36 # symbolic link -FIFO 40;33 # pipe +FIFO 47;33 # pipe SOCK 35 # socket DOOR 35 # door -BLK 40;33 # block device driver -CHR 40;33 # character device driver -ORPHAN 40;31 # symlink to nonexistent file, or non-stat'able file +BLK 47;33 # block device driver +CHR 47;33 # character device driver +ORPHAN 47;31 # symlink to nonexistent file, or non-stat'able file SETUID 37;41 # file that is setuid (u+s) -SETGID 30;43 # file that is setgid (g+s) +SETGID 37;43 # file that is setgid (g+s) CAPABILITY 30;41 # file with capability -STICKY_OTHER_WRITABLE 30;42 # dir that is sticky and other-writable (+t,o+w) -OTHER_WRITABLE 34;42 # dir that is other-writable (o+w) and not sticky +STICKY_OTHER_WRITABLE 37;42 # dir that is sticky and other-writable (+t,o+w) +OTHER_WRITABLE 37;42 # dir that is other-writable (o+w) and not sticky STICKY 37;44 # dir with the sticky bit set (+t) and not other-writable EXEC 32 # executable files -- cgit v1.2.3