mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-24 03:50:24 +10:00
Rewriting config as Org document.
This commit is contained in:
@@ -5,6 +5,11 @@
|
|||||||
#+STARTUP: showeverything
|
#+STARTUP: showeverything
|
||||||
|
|
||||||
|
|
||||||
|
* Table of Contents :toc:
|
||||||
|
- [[#about-alacritty][About Alacritty]]
|
||||||
|
- [[#color-schemes][Color Schemes]]
|
||||||
|
- [[#visual-bell][Visual Bell]]
|
||||||
|
|
||||||
* About Alacritty
|
* 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.
|
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.
|
# If `true`, bold text is drawn using the bright color variants.
|
||||||
draw_bold_text_with_bright_colors: true
|
draw_bold_text_with_bright_colors: true
|
||||||
|
|
||||||
#######################################
|
#+end_src
|
||||||
## START OF COLOR SCHEMES ##
|
|
||||||
#######################################
|
* Color Schemes
|
||||||
|
|
||||||
|
#+begin_src yaml
|
||||||
schemes:
|
schemes:
|
||||||
### Doom One ###
|
### Doom One ###
|
||||||
DoomOne: &DoomOne
|
DoomOne: &DoomOne
|
||||||
@@ -584,10 +591,10 @@ schemes:
|
|||||||
|
|
||||||
colors: *DoomOne
|
colors: *DoomOne
|
||||||
|
|
||||||
#######################################
|
#+end_src
|
||||||
## END OF COLOR SCHEMES ##
|
|
||||||
#######################################
|
|
||||||
|
|
||||||
|
* Visual Bell
|
||||||
|
#+begin_src yaml
|
||||||
# Visual Bell
|
# Visual Bell
|
||||||
#
|
#
|
||||||
# Any time the BEL code is received, Alacritty "rings" the visual bell. Once
|
# 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:
|
env:
|
||||||
# TERM variable
|
# TERM variable
|
||||||
#
|
#
|
||||||
@@ -221,9 +216,6 @@ font:
|
|||||||
# If `true`, bold text is drawn using the bright color variants.
|
# If `true`, bold text is drawn using the bright color variants.
|
||||||
draw_bold_text_with_bright_colors: true
|
draw_bold_text_with_bright_colors: true
|
||||||
|
|
||||||
#######################################
|
|
||||||
## START OF COLOR SCHEMES ##
|
|
||||||
#######################################
|
|
||||||
schemes:
|
schemes:
|
||||||
### Doom One ###
|
### Doom One ###
|
||||||
DoomOne: &DoomOne
|
DoomOne: &DoomOne
|
||||||
@@ -578,10 +570,6 @@ schemes:
|
|||||||
|
|
||||||
colors: *DoomOne
|
colors: *DoomOne
|
||||||
|
|
||||||
#######################################
|
|
||||||
## END OF COLOR SCHEMES ##
|
|
||||||
#######################################
|
|
||||||
|
|
||||||
# Visual Bell
|
# Visual Bell
|
||||||
#
|
#
|
||||||
# Any time the BEL code is received, Alacritty "rings" the visual bell. Once
|
# 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: PageDown, mods: None, action: ScrollPageDown, mode: ~Alt }
|
||||||
- { key: Home, mods: Shift, action: ScrollToTop, mode: ~Alt }
|
- { key: Home, mods: Shift, action: ScrollToTop, mode: ~Alt }
|
||||||
- { key: End, mods: Shift, action: ScrollToBottom, 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/
|
# | |_| || | 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]
|
[global/wm]
|
||||||
;https://github.com/jaagr/polybar/wiki/Configuration#global-wm-settings
|
;https://github.com/jaagr/polybar/wiki/Configuration#global-wm-settings
|
||||||
margin-top = 0
|
margin-top = 0
|
||||||
@@ -43,10 +30,6 @@ format-padding =
|
|||||||
format-margin =
|
format-margin =
|
||||||
format-offset =
|
format-offset =
|
||||||
|
|
||||||
################################################################################
|
|
||||||
############ COLORS ############
|
|
||||||
################################################################################
|
|
||||||
|
|
||||||
[colors]
|
[colors]
|
||||||
; To change color scheme, change the value inside ${color-scheme.colorXX}.
|
; To change color scheme, change the value inside ${color-scheme.colorXX}.
|
||||||
; The following color schemes can be used:
|
; The following color schemes can be used:
|
||||||
@@ -790,10 +773,6 @@ content-font = 2
|
|||||||
content-foreground = #8b62a9
|
content-foreground = #8b62a9
|
||||||
content-background = #668bd7
|
content-background = #668bd7
|
||||||
|
|
||||||
###############################################################################
|
|
||||||
############ MODULES A-Z ############
|
|
||||||
################################################################################
|
|
||||||
|
|
||||||
[module/arch-aur-updates]
|
[module/arch-aur-updates]
|
||||||
type = custom/script
|
type = custom/script
|
||||||
exec = ~/.config/polybar/scripts/check-all-updates.sh
|
exec = ~/.config/polybar/scripts/check-all-updates.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user