feat: Remove old HSD API key and ignore btop theme
This commit is contained in:
1
.config/.gitignore
vendored
1
.config/.gitignore
vendored
@@ -26,5 +26,6 @@
|
|||||||
!WallRizz/**
|
!WallRizz/**
|
||||||
!btop
|
!btop
|
||||||
!btop/**
|
!btop/**
|
||||||
|
btop/themes/WallRizz.theme
|
||||||
!kitty
|
!kitty
|
||||||
!kitty/**
|
!kitty/**
|
||||||
|
|||||||
@@ -1,86 +0,0 @@
|
|||||||
# Main background
|
|
||||||
theme[main_bg]="#151521"
|
|
||||||
|
|
||||||
# Main text color
|
|
||||||
theme[main_fg]="#d4c7e0"
|
|
||||||
|
|
||||||
# Title color for boxes
|
|
||||||
theme[title]="#d4c7e0"
|
|
||||||
|
|
||||||
# Highlight color for keyboard shortcuts
|
|
||||||
theme[hi_fg]="#29293f"
|
|
||||||
|
|
||||||
# Background color of selected items
|
|
||||||
theme[selected_bg]="#463d61"
|
|
||||||
|
|
||||||
# Foreground color of selected items
|
|
||||||
theme[selected_fg]="#2c2e4a"
|
|
||||||
|
|
||||||
# Color of inactive/disabled text
|
|
||||||
theme[inactive_fg]="#151521"
|
|
||||||
|
|
||||||
# Color of text appearing on top of graphs
|
|
||||||
theme[graph_text]="#d4c7e0"
|
|
||||||
|
|
||||||
# Misc colors for processes box
|
|
||||||
theme[proc_misc]="#29293f"
|
|
||||||
|
|
||||||
# CPU box outline color
|
|
||||||
theme[cpu_box]="#463d61"
|
|
||||||
|
|
||||||
# Memory/disks box outline color
|
|
||||||
theme[mem_box]="#463d61"
|
|
||||||
|
|
||||||
# Network up/down box outline color
|
|
||||||
theme[net_box]="#463d61"
|
|
||||||
|
|
||||||
# Processes box outline color
|
|
||||||
theme[proc_box]="#463d61"
|
|
||||||
|
|
||||||
# Box divider lines and small box borders
|
|
||||||
theme[div_line]="#463d61"
|
|
||||||
|
|
||||||
# Temperature graph colors
|
|
||||||
theme[temp_start]="#29293f"
|
|
||||||
theme[temp_mid]="#2c2e4a"
|
|
||||||
theme[temp_end]="#29293f"
|
|
||||||
|
|
||||||
# CPU graph colors
|
|
||||||
theme[cpu_start]="#29293f"
|
|
||||||
theme[cpu_mid]="#2c2e4a"
|
|
||||||
theme[cpu_end]="#29293f"
|
|
||||||
|
|
||||||
# Mem/Disk free meter
|
|
||||||
theme[free_start]="#29293f"
|
|
||||||
theme[free_mid]="#2c2e4a"
|
|
||||||
theme[free_end]="#29293f"
|
|
||||||
|
|
||||||
# Mem/Disk cached meter
|
|
||||||
theme[cached_start]="#3d3050"
|
|
||||||
theme[cached_mid]="#29293f"
|
|
||||||
theme[cached_end]="#2c2e4a"
|
|
||||||
|
|
||||||
# Mem/Disk available meter
|
|
||||||
theme[available_start]="#29293f"
|
|
||||||
theme[available_mid]="#2c2e4a"
|
|
||||||
theme[available_end]="#29293f"
|
|
||||||
|
|
||||||
# Mem/Disk used meter
|
|
||||||
theme[used_start]="#29293f"
|
|
||||||
theme[used_mid]="#2c2e4a"
|
|
||||||
theme[used_end]="#29293f"
|
|
||||||
|
|
||||||
# Download graph colors
|
|
||||||
theme[download_start]="#29293f"
|
|
||||||
theme[download_mid]="#3d3050"
|
|
||||||
theme[download_end]="#2c2e4a"
|
|
||||||
|
|
||||||
# Upload graph colors
|
|
||||||
theme[upload_start]="#2c2e4a"
|
|
||||||
theme[upload_mid]="#3d3050"
|
|
||||||
theme[upload_end]="#29293f"
|
|
||||||
|
|
||||||
# Process box color gradient for threads, mem and cpu usage
|
|
||||||
theme[process_start]="#29293f"
|
|
||||||
theme[process_mid]="#29293f"
|
|
||||||
theme[process_end]="#2c2e4a"
|
|
||||||
1
.zshrc
1
.zshrc
@@ -138,7 +138,6 @@ alias ani-cli='FZF_DEFAULT_OPTS= ani-cli'
|
|||||||
|
|
||||||
eval "$(zoxide init --cmd cd zsh)"
|
eval "$(zoxide init --cmd cd zsh)"
|
||||||
eval "$(oh-my-posh init zsh --config ~/theme.omp.json)"
|
eval "$(oh-my-posh init zsh --config ~/theme.omp.json)"
|
||||||
export HSD_API_KEY=30e7b7974d99c62b241a9daf3d4924a108515b03
|
|
||||||
|
|
||||||
alias z='zellij'
|
alias z='zellij'
|
||||||
alias za='zellij attach'
|
alias za='zellij attach'
|
||||||
|
|||||||
Reference in New Issue
Block a user