.
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
#import = ["~/.config/alacritty/zegonix.toml"]
|
import = ["~/.config/alacritty/zegonix.toml"]
|
||||||
import = ["~/.config/alacritty/summer.toml"]
|
# import = ["~/.config/alacritty/summer.toml"]
|
||||||
|
|
||||||
# history configuration
|
# history configuration
|
||||||
[scrolling]
|
[scrolling]
|
||||||
@@ -11,22 +11,17 @@ size = 13.0
|
|||||||
|
|
||||||
[font.normal]
|
[font.normal]
|
||||||
family = "VictorMono Nerd Font"
|
family = "VictorMono Nerd Font"
|
||||||
style = "SemiBold"
|
style = "Regular"
|
||||||
# family = "Meslo LGS Nerd Font"
|
|
||||||
# style = "Regular"
|
|
||||||
|
|
||||||
[font.bold]
|
[font.bold]
|
||||||
family = "VictorMono Nerd Font"
|
family = "VictorMono Nerd Font"
|
||||||
# family = "Mononoki Nerd Font Mono"
|
|
||||||
style = "Bold"
|
style = "Bold"
|
||||||
|
|
||||||
[font.italic]
|
[font.italic]
|
||||||
family = "VictorMono Nerd Font"
|
family = "VictorMono Nerd Font"
|
||||||
# family = "Mononoki Nerd Font Mono"
|
|
||||||
style = "SemiBoldItalic"
|
style = "SemiBoldItalic"
|
||||||
|
|
||||||
[font.bold_italic]
|
[font.bold_italic]
|
||||||
family = "VictorMono Nerd Font"
|
family = "VictorMono Nerd Font"
|
||||||
# family = "Mononoki Nerd Font Mono"
|
|
||||||
style = "BoldItalic"
|
style = "BoldItalic"
|
||||||
|
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ yellow = "0x5EB34D" # v
|
|||||||
blue = "0x0E4081" # v
|
blue = "0x0E4081" # v
|
||||||
magenta = "0xE02482" # v
|
magenta = "0xE02482" # v
|
||||||
cyan = "0x15D7E5" # v
|
cyan = "0x15D7E5" # v
|
||||||
white = "0xE0E0E8" # v
|
white = "0xD8D8D0" # v
|
||||||
|
|
||||||
[colors.bright]
|
[colors.bright]
|
||||||
black = "0x101010" # v
|
black = "0x101010" # v
|
||||||
@@ -36,5 +36,11 @@ yellow = "0x2A5C23" # v
|
|||||||
blue = "0x001D42" # v
|
blue = "0x001D42" # v
|
||||||
magenta = "0x9034B2" # v
|
magenta = "0x9034B2" # v
|
||||||
cyan = "0x109EA8" # v
|
cyan = "0x109EA8" # v
|
||||||
white = "0xC8C8D0" # v
|
white = "0xC8C8B8" # v
|
||||||
|
|
||||||
|
[[colors.indexed_colors]]
|
||||||
|
index = 16
|
||||||
|
color = "0x94B5DB"
|
||||||
|
[[colors.indexed_colors]]
|
||||||
|
index = 17
|
||||||
|
color = "0xDCC94C"
|
||||||
@@ -6,7 +6,7 @@
|
|||||||
[[ $- != *i* ]] && return
|
[[ $- != *i* ]] && return
|
||||||
|
|
||||||
alias ls='ls -hal --color=auto'
|
alias ls='ls -hal --color=auto'
|
||||||
alias list='eza -la --group-directories-first -s=ext --color=always'
|
alias list='eza -la -o --no-permissions --group-directories-first -s=ext --color=always'
|
||||||
|
|
||||||
alias grep='grep --color=auto'
|
alias grep='grep --color=auto'
|
||||||
alias rg='rg --no-ignore -i -n -A 1 -B 1 --color=auto -e'
|
alias rg='rg --no-ignore -i -n -A 1 -B 1 --color=auto -e'
|
||||||
@@ -15,7 +15,17 @@ PS1='[\u@\h \W]\$ '
|
|||||||
|
|
||||||
|
|
||||||
# setup eza (continuation of exa)
|
# setup eza (continuation of exa)
|
||||||
EZA_COLORS="di=97"
|
export EZA_COLORS="\
|
||||||
|
oc=95:\
|
||||||
|
sn=35:\
|
||||||
|
uu=32:uR=1;32:un=32:\
|
||||||
|
da=93:\
|
||||||
|
fi=37:\
|
||||||
|
di=1;2;36:\
|
||||||
|
ex=4;34:\
|
||||||
|
ln=38;5;17\
|
||||||
|
pi=31:\
|
||||||
|
"
|
||||||
|
|
||||||
# setup starship
|
# setup starship
|
||||||
eval "$(starship init bash)"
|
eval "$(starship init bash)"
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 133 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 12 MiB |
@@ -1,6 +1,6 @@
|
|||||||
configuration {
|
configuration {
|
||||||
modes: "window,drun,run";
|
modes: "window,drun,run";
|
||||||
font: "Victor Mono 12";
|
font: "Victor Mono Nerd Font 12";
|
||||||
/* location: 0;*/
|
/* location: 0;*/
|
||||||
/* yoffset: 0;*/
|
/* yoffset: 0;*/
|
||||||
/* xoffset: 0;*/
|
/* xoffset: 0;*/
|
||||||
|
|||||||
@@ -35,6 +35,7 @@ zx_cyan = "#15D7E5"
|
|||||||
zx_light_cyan = "#65E7F1"
|
zx_light_cyan = "#65E7F1"
|
||||||
zx_dark_cyan = "#109EA8"
|
zx_dark_cyan = "#109EA8"
|
||||||
zx_white = "#DFDFD0"
|
zx_white = "#DFDFD0"
|
||||||
|
zx_gray = "#909080"
|
||||||
|
|
||||||
# You can also replace your username with a neat symbol like or disable this
|
# You can also replace your username with a neat symbol like or disable this
|
||||||
# and use the os module below
|
# and use the os module below
|
||||||
@@ -94,9 +95,9 @@ use_12hr = false
|
|||||||
[status]
|
[status]
|
||||||
disabled = false
|
disabled = false
|
||||||
style = "fg:zx_white"
|
style = "fg:zx_white"
|
||||||
format = "[ $symbol ]($style)"
|
format = ' [\[](bold zx_gray)[$symbol]($style)[\]](bold zx_gray) '
|
||||||
symbol = '[\[err\]](bold)'
|
symbol = '[err](bold)'
|
||||||
success_symbol = '[\[ok\]](bold)'
|
success_symbol = '[ok](bold)'
|
||||||
|
|
||||||
[fill]
|
[fill]
|
||||||
disabled = false
|
disabled = false
|
||||||
@@ -105,6 +106,6 @@ style = 'bold zx_white'
|
|||||||
|
|
||||||
[shell]
|
[shell]
|
||||||
disabled = false
|
disabled = false
|
||||||
style = "zx_green"
|
style = "bold zx_green"
|
||||||
format = ' [\[]($style)[$indicator](fg:zx_white)[\]]($style) '
|
format = ' [\[]($style)[$indicator](fg:zx_white)[\]]($style) '
|
||||||
bash_indicator = "bash"
|
bash_indicator = "bash"
|
||||||
5
todo.md
5
todo.md
@@ -1,10 +1,9 @@
|
|||||||
# Todos
|
# Todos
|
||||||
|
|
||||||
|
* configure alacritty (indexecd) colors and eza (files and links and stuff)
|
||||||
* setup shortcuts for 'xclip' (i3 conf)
|
* setup shortcuts for 'xclip' (i3 conf)
|
||||||
* configure 'pavucontrol' and 'blueman-manager' to use a dark theme
|
* configure 'pavucontrol' and 'blueman-manager' to use a dark theme
|
||||||
* rice 'i3' and 'picom' (and find suitable background image)
|
|
||||||
* configure 'dunst'
|
* configure 'dunst'
|
||||||
* configure 'logind'
|
* configure 'logind'
|
||||||
* configure lock screen (probably i3lock)
|
* configure lock screen (probably i3lock)
|
||||||
* configure starship
|
* configure 'yazi'
|
||||||
* configure alacritty colors and eza..
|
|
||||||
|
|||||||
Reference in New Issue
Block a user