Add support for extra themes, other small changes, drop btop
This commit is contained in:
@@ -1,83 +0,0 @@
|
||||
#? Config file for btop v. 1.4.5
|
||||
|
||||
vim_keys = True # shift+h help, shift+k kill
|
||||
log_level = "WARNING" #* opt: ERROR, WARNING, INFO, DEBUG
|
||||
|
||||
update_ms = 4000
|
||||
|
||||
show_battery = True
|
||||
selected_battery = "Auto"
|
||||
show_battery_watts = True
|
||||
|
||||
color_theme = "~/.config/btop/themes/theme.theme"
|
||||
theme_background = False #* True: show theme background, False: needed for transparency
|
||||
truecolor = True
|
||||
rounded_corners = False
|
||||
force_tty = False
|
||||
|
||||
#* graph options: default, block, tty, braille
|
||||
graph_symbol = "braille"
|
||||
graph_symbol_cpu = "default"
|
||||
graph_symbol_mem = "default"
|
||||
graph_symbol_net = "default"
|
||||
graph_symbol_proc = "default"
|
||||
|
||||
#* presets boxname:pos:graph - pos (0, 1), graph (default, block, tty, braille)
|
||||
presets = "cpu:1:default,proc:0:default cpu:0:default,mem:0:default,net:0:default cpu:0:block,net:0:tty"
|
||||
shown_boxes = "proc mem net cpu" # opt: cpu mem net proc gpu0 gpu1 gpu2 gpu3 gpu4 gpu5
|
||||
|
||||
proc_sorting = "cpu lazy"
|
||||
proc_reversed = False
|
||||
proc_left = True
|
||||
proc_tree = False
|
||||
proc_colors = True #* cpu graph colors in proc list
|
||||
proc_gradient = False
|
||||
proc_per_core = False
|
||||
proc_mem_bytes = True
|
||||
proc_cpu_graphs = False
|
||||
proc_info_smaps = False #* /proc/[pid]/smaps for proc memory info, accurate but slow
|
||||
proc_filter_kernel = False
|
||||
proc_aggregate = False #* aggregate child procs under parent in tree view
|
||||
|
||||
cpu_graph_upper = "user" #* opt: Auto, total, idle, system, user (maybe others per system)
|
||||
cpu_graph_lower = "total"
|
||||
cpu_invert_lower = False
|
||||
cpu_single_graph = False
|
||||
cpu_bottom = False
|
||||
show_uptime = True
|
||||
show_cpu_watts = True #* requires `make setcap`, `make setuid`, or sudo
|
||||
check_temp = True
|
||||
cpu_sensor = "Auto"
|
||||
show_coretemp = True
|
||||
cpu_core_map = "" #* form x:y x:y, x is core with wrong temp, y is core with correct temp
|
||||
temp_scale = "celsius" #* opt: celsius, fahrenheit, kelvin, rankine
|
||||
base_10_sizes = False #* False to use KiB = 1024, True to use KB = 1000
|
||||
show_cpu_freq = True
|
||||
clock_format = "%H /host"
|
||||
background_update = True #* set False if menu flicker
|
||||
custom_cpu_name = ""
|
||||
|
||||
#* disks_filter: mountpoint full paths; can prepend exclude= to show all non-matches
|
||||
disks_filter = ""
|
||||
|
||||
mem_graphs = True #* True for graphs, False for meters
|
||||
mem_below_net = False #* mem box below net box
|
||||
zfs_arc_cached = True #* cached and available mem include ZFS ARC
|
||||
show_swap = True
|
||||
swap_disk = True #* swap as a disk, overrides show_swap setting
|
||||
show_disks = True
|
||||
only_physical = True #* True for physical disks only, False includes network/RAM/etc
|
||||
use_fstab = True #* disks from /etc/fstab, overrides only_physical value
|
||||
zfs_hide_datasets = False #* hide datasets and show zfs pools instead
|
||||
disk_free_priv = False #* show free space for privileged users
|
||||
show_io_stat = True
|
||||
io_mode = False #* show big graphs for disk read/write
|
||||
io_graph_combined = False #* graph shows combined read/write
|
||||
io_graph_speeds = "" #* graph top speed in MiB/s (default 100), format "mountpoint:speed"
|
||||
|
||||
net_download = 100 #* network graph fixed values, Mebibits, only used if net_auto False
|
||||
net_upload = 100
|
||||
net_auto = True #* graph auto rescaling mode, ignores net_download and net_upload values
|
||||
net_sync = True #* sync download/upload, auto scale to highest
|
||||
net_iface = "" #* start with this interface
|
||||
base_10_bitrate = "Auto"
|
||||
@@ -1 +0,0 @@
|
||||
placeholder, will be replaced with symlink during copy_dotfiles.sh
|
||||
@@ -28,15 +28,15 @@ show_cpu_frequency=0
|
||||
show_cached_memory=1
|
||||
update_process_names=0
|
||||
account_guest_in_cpu_meter=0
|
||||
color_scheme=1
|
||||
color_scheme=5
|
||||
enable_mouse=1
|
||||
delay=40
|
||||
hide_function_bar=0
|
||||
header_layout=two_50_50
|
||||
column_meters_0=Battery DateTime Hostname System Uptime Blank AllCPUs2 AllCPUs8 Blank
|
||||
column_meter_modes_0=1 2 2 2 2 2 1 3 2
|
||||
column_meters_1=Tasks LoadAverage Blank Memory Swap MemorySwap Blank DiskIO FileDescriptors Blank NetworkIO NetworkIO
|
||||
column_meter_modes_1=2 2 2 1 1 3 2 2 2 2 2 3
|
||||
column_meters_0=LeftCPUs2 LeftCPUs4 Blank MemorySwap MemorySwap Blank NetworkIO NetworkIO
|
||||
column_meter_modes_0=1 3 2 1 3 2 2 3
|
||||
column_meters_1=RightCPUs2 RightCPUs4 Blank LoadAverage Tasks Blank DiskIO FileDescriptors Blank Hostname System Uptime DateTime Battery
|
||||
column_meter_modes_1=1 3 2 2 2 2 2 2 2 2 2 2 2 1
|
||||
tree_view=0
|
||||
sort_key=47
|
||||
tree_sort_key=0
|
||||
|
||||
@@ -67,4 +67,8 @@ return {
|
||||
require('bamboo').load()
|
||||
end,
|
||||
},
|
||||
{
|
||||
dir = vim.fn.stdpath("config") .. "/themes/pina",
|
||||
name = "pina",
|
||||
},
|
||||
}
|
||||
|
||||
5
src_files/.config/zz-this-box/themes/gruvbox/tmux.conf
Normal file
5
src_files/.config/zz-this-box/themes/gruvbox/tmux.conf
Normal file
@@ -0,0 +1,5 @@
|
||||
set -g status-style 'bg=#111111 fg=#22cc00'
|
||||
|
||||
# transparency
|
||||
set-window-option -g window-style bg=default
|
||||
# set-option -g status-style bg=default
|
||||
3
src_files/.config/zz-this-box/themes/pina/neovim.lua
Normal file
3
src_files/.config/zz-this-box/themes/pina/neovim.lua
Normal file
@@ -0,0 +1,3 @@
|
||||
return {
|
||||
colorscheme_name = 'pina'
|
||||
}
|
||||
5
src_files/.config/zz-this-box/themes/pina/tmux.conf
Normal file
5
src_files/.config/zz-this-box/themes/pina/tmux.conf
Normal file
@@ -0,0 +1,5 @@
|
||||
set -g status-style 'bg=#111111 fg=#22cc00'
|
||||
|
||||
# transparency
|
||||
set-window-option -g window-style bg=default
|
||||
# set-option -g status-style bg=default
|
||||
Reference in New Issue
Block a user