Compare commits
5 commits
a17b8e0ef5
...
f22ec3db5a
Author | SHA1 | Date | |
---|---|---|---|
f22ec3db5a | |||
5c14beb1f3 | |||
4c551fdaca | |||
01cb06f654 | |||
6436bcf493 |
7 changed files with 32 additions and 12 deletions
|
@ -27,6 +27,7 @@ get_icon() {
|
||||||
|
|
||||||
# Increase Volume
|
# Increase Volume
|
||||||
inc_volume() {
|
inc_volume() {
|
||||||
|
pamixer --unmute
|
||||||
pamixer --increase 5
|
pamixer --increase 5
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -9,4 +9,4 @@ _TODO.md
|
||||||
.direnv
|
.direnv
|
||||||
.envrc
|
.envrc
|
||||||
|
|
||||||
daylin-local*
|
ignored.md
|
||||||
|
|
|
@ -81,4 +81,21 @@ return {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"norcalli/nvim-colorizer.lua",
|
||||||
|
config = function()
|
||||||
|
require("colorizer").setup({"*"}, {
|
||||||
|
RGB = true, -- #RGB hex codes
|
||||||
|
RRGGBB = true, -- #RRGGBB hex codes
|
||||||
|
names = true, -- "Name" codes like Blue
|
||||||
|
RRGGBBAA = true, -- #RRGGBBAA hex codes
|
||||||
|
rgb_fn = true, -- CSS rgb() and rgba() functions
|
||||||
|
hsl_fn = true, -- CSS hsl() and hsla() functions
|
||||||
|
css = true, -- Enable all CSS features: rgb_fn, hsl_fn, names, RGB, RRGGBB
|
||||||
|
css_fn = true, -- Enable all CSS *functions*: rgb_fn, hsl_fn
|
||||||
|
-- Available modes: foreground, background
|
||||||
|
mode = "background", -- Set the display mode.
|
||||||
|
})
|
||||||
|
end,
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
|
@ -65,3 +65,4 @@ catppuccin
|
||||||
cytosol
|
cytosol
|
||||||
Lipofectamine
|
Lipofectamine
|
||||||
transcriptomic
|
transcriptomic
|
||||||
|
Multiviewer
|
||||||
|
|
|
@ -17,7 +17,7 @@ junegunn/fzf path:shell/key-bindings.zsh
|
||||||
wfxr/forgit
|
wfxr/forgit
|
||||||
|
|
||||||
# prompt
|
# prompt
|
||||||
# romkatv/powerlevel10k kind:fpath
|
romkatv/powerlevel10k kind:fpath
|
||||||
${ZDOTDIR}/plugins/prompt
|
${ZDOTDIR}/plugins/prompt
|
||||||
|
|
||||||
# wrap-up
|
# wrap-up
|
||||||
|
|
|
@ -1,16 +1,16 @@
|
||||||
#!/usr/bin/env zsh
|
#!/usr/bin/env zsh
|
||||||
|
|
||||||
|
|
||||||
0=${(%):-%N}
|
# 0=${(%):-%N}
|
||||||
# fpath+="${0:A:h}/functions"
|
# fpath+="${0:A:h}/functions"
|
||||||
# autoload -Uz promptinit && promptinit
|
autoload -Uz promptinit && promptinit
|
||||||
#
|
|
||||||
# if zmodload zsh/terminfo && (( terminfo[colors] >= 256 )); then
|
if zmodload zsh/terminfo && (( terminfo[colors] >= 256 )); then
|
||||||
# [[ ! -f $ZDOTDIR/themes/.p10k.zsh ]] || source $ZDOTDIR/themes/.p10k.zsh
|
[[ ! -f $ZDOTDIR/themes/.p10k.zsh ]] || source $ZDOTDIR/themes/.p10k.zsh
|
||||||
# else
|
else
|
||||||
# [[ ! -f $ZDOTDIR/themes/.p10k-ascii.zsh ]] || source $ZDOTDIR/themes/.p10k-ascii.zsh
|
[[ ! -f $ZDOTDIR/themes/.p10k-ascii.zsh ]] || source $ZDOTDIR/themes/.p10k-ascii.zsh
|
||||||
# fi
|
fi
|
||||||
# prompt powerlevel10k
|
prompt powerlevel10k
|
||||||
|
|
||||||
# eval "$(oh-my-posh init zsh --config $XDG_CONFIG_HOME/omp/config.yml)"
|
# eval "$(oh-my-posh init zsh --config $XDG_CONFIG_HOME/omp/config.yml)"
|
||||||
|
|
||||||
|
|
|
@ -147,7 +147,7 @@
|
||||||
|
|
||||||
# Connect left prompt lines with these symbols.
|
# Connect left prompt lines with these symbols.
|
||||||
# typeset -g POWERLEVEL9K_MULTILINE_FIRST_PROMPT_PREFIX='%5F╭─'
|
# typeset -g POWERLEVEL9K_MULTILINE_FIRST_PROMPT_PREFIX='%5F╭─'
|
||||||
typeset -g POWERLEVEL9K_MULTILINE_FIRST_PROMPT_PREFIX='%5F·'
|
typeset -g POWERLEVEL9K_MULTILINE_FIRST_PROMPT_PREFIX='%5F'
|
||||||
typeset -g POWERLEVEL9K_MULTILINE_NEWLINE_PROMPT_PREFIX='%5F├─'
|
typeset -g POWERLEVEL9K_MULTILINE_NEWLINE_PROMPT_PREFIX='%5F├─'
|
||||||
# typeset -g POWERLEVEL9K_MULTILINE_LAST_PROMPT_PREFIX='%5F╰─'
|
# typeset -g POWERLEVEL9K_MULTILINE_LAST_PROMPT_PREFIX='%5F╰─'
|
||||||
typeset -g POWERLEVEL9K_MULTILINE_LAST_PROMPT_PREFIX=''
|
typeset -g POWERLEVEL9K_MULTILINE_LAST_PROMPT_PREFIX=''
|
||||||
|
@ -176,6 +176,7 @@
|
||||||
# prompt.
|
# prompt.
|
||||||
# typeset -g POWERLEVEL9K_MULTILINE_FIRST_PROMPT_GAP_CHAR='─'
|
# typeset -g POWERLEVEL9K_MULTILINE_FIRST_PROMPT_GAP_CHAR='─'
|
||||||
typeset -g POWERLEVEL9K_MULTILINE_FIRST_PROMPT_GAP_CHAR='·'
|
typeset -g POWERLEVEL9K_MULTILINE_FIRST_PROMPT_GAP_CHAR='·'
|
||||||
|
typeset -g POWERLEVEL9K_MULTILINE_FIRST_PROMPT_GAP_CHAR=' '
|
||||||
if [[ $POWERLEVEL9K_MULTILINE_FIRST_PROMPT_GAP_CHAR != ' ' ]]; then
|
if [[ $POWERLEVEL9K_MULTILINE_FIRST_PROMPT_GAP_CHAR != ' ' ]]; then
|
||||||
# The color of the filler.
|
# The color of the filler.
|
||||||
typeset -g POWERLEVEL9K_MULTILINE_FIRST_PROMPT_GAP_FOREGROUND=5
|
typeset -g POWERLEVEL9K_MULTILINE_FIRST_PROMPT_GAP_FOREGROUND=5
|
||||||
|
|
Loading…
Reference in a new issue