Compare commits
2
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fb4f54e9fa | ||
|
|
2c88f4932e |
@@ -16,6 +16,11 @@
|
|||||||
url: https://raw.githubusercontent.com/catppuccin/btop/refs/heads/main/themes/catppuccin_macchiato.theme
|
url: https://raw.githubusercontent.com/catppuccin/btop/refs/heads/main/themes/catppuccin_macchiato.theme
|
||||||
refreshPeriod: 168h
|
refreshPeriod: 168h
|
||||||
|
|
||||||
|
.config/btop/themes/catppuccin_mocha.theme:
|
||||||
|
type: file
|
||||||
|
url: https://raw.githubusercontent.com/catppuccin/btop/refs/heads/main/themes/catppuccin_mocha.theme
|
||||||
|
refreshPeriod: 168h
|
||||||
|
|
||||||
# Theme for DankMateiralShell
|
# Theme for DankMateiralShell
|
||||||
.config/DankMaterialShell/catppuccin.json:
|
.config/DankMaterialShell/catppuccin.json:
|
||||||
type: file
|
type: file
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ export LESS_TERMCAP_se=$'\E[0m'
|
|||||||
export LESS_TERMCAP_so=$'\E[01;44;33m'
|
export LESS_TERMCAP_so=$'\E[01;44;33m'
|
||||||
export LESS_TERMCAP_ue=$'\E[0m'
|
export LESS_TERMCAP_ue=$'\E[0m'
|
||||||
export LESS_TERMCAP_us=$'\E[01;32m'
|
export LESS_TERMCAP_us=$'\E[01;32m'
|
||||||
export BAT_THEME="Catppuccin Macchiato"
|
export BAT_THEME="Catppuccin Mocha"
|
||||||
# for man pages
|
# for man pages
|
||||||
export MANPAGER="sh -c 'sed -u -e \"s/\\x1B\[[0-9;]*m//g; s/.\\x08//g\" | bat -p -lman'"
|
export MANPAGER="sh -c 'sed -u -e \"s/\\x1B\[[0-9;]*m//g; s/.\\x08//g\" | bat -p -lman'"
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
#* Name of a btop++/bpytop/bashtop formatted ".theme" file, "Default" and "TTY" for builtin themes.
|
#* Name of a btop++/bpytop/bashtop formatted ".theme" file, "Default" and "TTY" for builtin themes.
|
||||||
#* Themes should be placed in "../share/btop/themes" relative to binary or "$HOME/.config/btop/themes"
|
#* Themes should be placed in "../share/btop/themes" relative to binary or "$HOME/.config/btop/themes"
|
||||||
color_theme = "/home/frank/.config/btop/themes/catppuccin_macchiato.theme"
|
color_theme = "/home/frank/.config/btop/themes/catppuccin_mocha.theme"
|
||||||
|
|
||||||
#* If the theme set background should be shown, set to False if you want terminal background transparency.
|
#* If the theme set background should be shown, set to False if you want terminal background transparency.
|
||||||
theme_background = true
|
theme_background = true
|
||||||
|
|||||||
Reference in New Issue
Block a user