From 83c0a9002f999c2d7815ab088efed20e138fd8b5 Mon Sep 17 00:00:00 2001 From: Derek Taylor Date: Thu, 16 Mar 2023 17:41:37 -0500 Subject: [PATCH] Rewriting config as Org document. --- .config/alacritty/README.org | 19 +++++++++++++------ .config/alacritty/alacritty.yml | 13 ------------- .config/polybar/config.ini | 33 ++++++--------------------------- 3 files changed, 19 insertions(+), 46 deletions(-) mode change 100755 => 100644 .config/polybar/config.ini diff --git a/.config/alacritty/README.org b/.config/alacritty/README.org index fb61d44..c97b84a 100644 --- a/.config/alacritty/README.org +++ b/.config/alacritty/README.org @@ -5,6 +5,11 @@ #+STARTUP: showeverything +* Table of Contents :toc: +- [[#about-alacritty][About Alacritty]] +- [[#color-schemes][Color Schemes]] +- [[#visual-bell][Visual Bell]] + * About Alacritty Configuration for Alacritty, the GPU enhanced terminal emulator. Any items in the `env` entry below will be added as environment variables. Some entries may override variables set by alacritty itself. @@ -227,9 +232,11 @@ font: # If `true`, bold text is drawn using the bright color variants. draw_bold_text_with_bright_colors: true -####################################### -## START OF COLOR SCHEMES ## -####################################### +#+end_src + +* Color Schemes + +#+begin_src yaml schemes: ### Doom One ### DoomOne: &DoomOne @@ -584,10 +591,10 @@ schemes: colors: *DoomOne -####################################### -## END OF COLOR SCHEMES ## -####################################### +#+end_src +* Visual Bell +#+begin_src yaml # Visual Bell # # Any time the BEL code is received, Alacritty "rings" the visual bell. Once diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml index de9688f..4610b89 100644 --- a/.config/alacritty/alacritty.yml +++ b/.config/alacritty/alacritty.yml @@ -1,8 +1,3 @@ -# Configuration for Alacritty, the GPU enhanced terminal emulator. - -# Any items in the `env` entry below will be added as -# environment variables. Some entries may override variables -# set by alacritty itself. env: # TERM variable # @@ -221,9 +216,6 @@ font: # If `true`, bold text is drawn using the bright color variants. draw_bold_text_with_bright_colors: true -####################################### -## START OF COLOR SCHEMES ## -####################################### schemes: ### Doom One ### DoomOne: &DoomOne @@ -578,10 +570,6 @@ schemes: colors: *DoomOne -####################################### -## END OF COLOR SCHEMES ## -####################################### - # Visual Bell # # Any time the BEL code is received, Alacritty "rings" the visual bell. Once @@ -864,4 +852,3 @@ key_bindings: - { key: PageDown, mods: None, action: ScrollPageDown, mode: ~Alt } - { key: Home, mods: Shift, action: ScrollToTop, mode: ~Alt } - { key: End, mods: Shift, action: ScrollToBottom, mode: ~Alt } - diff --git a/.config/polybar/config.ini b/.config/polybar/config.ini old mode 100755 new mode 100644 index ea32526..d66a44c --- a/.config/polybar/config.ini +++ b/.config/polybar/config.ini @@ -1,21 +1,8 @@ # ____ _____ # | _ \_ _| Derek Taylor (DistroTube) # | | | || | http://www.youtube.com/c/DistroTube -# | |_| || | http://www.gitlab.com/dwt1/ -# |____/ |_| - -;===================================================== -; -; To learn more about how to configure Polybar -; go to https://github.com/jaagr/polybar -; -; The README contains alot of information -; Themes : https://github.com/jaagr/dots/tree/master/.local/etc/themer/themes -; https://github.com/jaagr/polybar/wiki/ -; https://github.com/jaagr/polybar/wiki/Configuration -; https://github.com/jaagr/polybar/wiki/Formatting -; -;===================================================== +# | |_| || | http://www.gitlab.com/dwt1/ +# |____/ |_| [global/wm] ;https://github.com/jaagr/polybar/wiki/Configuration#global-wm-settings @@ -43,10 +30,6 @@ format-padding = format-margin = format-offset = -################################################################################ -############ COLORS ############ -################################################################################ - [colors] ; To change color scheme, change the value inside ${color-scheme.colorXX}. ; The following color schemes can be used: @@ -394,10 +377,10 @@ font-3 = "Font Awesome 6 Free:style=Solid:pixelsize=8;1" font-4 = "Font Awesome 6 Brands:pixelsize=8;1" modules-left = i3 xwindow -modules-center = +modules-center = modules-right = arrow1 networkspeedup networkspeeddown arrow2 memory2 arrow3 cpu2 arrow2 pavolume arrow3 arch-aur-updates arrow2 date -separator = +separator = ;dim-value = 1.0 tray-position = right @@ -450,7 +433,7 @@ height = 20 radius = 0.0 fixed-center = true bottom = false -separator = +separator = background = ${DoomOne.background} foreground = ${DoomOne.foreground} @@ -484,7 +467,7 @@ font-3 = "Font Awesome 6 Free:style=Solid:pixelsize=8;1" font-4 = "Font Awesome 6 Brands:pixelsize=8;1" modules-left = xmenu ewmh xwindow -modules-center = +modules-center = modules-right = arrow1 networkspeedup networkspeeddown arrow2 memory2 arrow3 cpu2 arrow2 pavolume arrow3 arch-aur-updates arrow2 date tray-detached = false @@ -790,10 +773,6 @@ content-font = 2 content-foreground = #8b62a9 content-background = #668bd7 -############################################################################### -############ MODULES A-Z ############ -################################################################################ - [module/arch-aur-updates] type = custom/script exec = ~/.config/polybar/scripts/check-all-updates.sh