mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-24 20:10:23 +10:00
Rewriting config as Org document.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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 }
|
||||
|
||||
|
||||
21
.config/polybar/config.ini
Executable file → Normal file
21
.config/polybar/config.ini
Executable file → Normal file
@@ -4,19 +4,6 @@
|
||||
# | |_| || | 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
|
||||
;
|
||||
;=====================================================
|
||||
|
||||
[global/wm]
|
||||
;https://github.com/jaagr/polybar/wiki/Configuration#global-wm-settings
|
||||
margin-top = 0
|
||||
@@ -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:
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user