Rewriting config as Org document.

This commit is contained in:
Derek Taylor
2023-03-16 17:41:37 -05:00
parent 81588d5cfc
commit 83c0a9002f
3 changed files with 19 additions and 46 deletions

View File

@@ -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

View File

@@ -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 }

33
.config/polybar/config.ini Executable file → Normal file
View File

@@ -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