feat: blender offload and cuda
This commit is contained in:
parent
80d61892b3
commit
42a59f094b
7 changed files with 25 additions and 131 deletions
|
|
@ -1,64 +0,0 @@
|
|||
color_theme = "catppuccin_macchiato.theme"
|
||||
theme_background = False
|
||||
truecolor = True
|
||||
force_tty = False
|
||||
presets = "cpu:1:default,proc:0:default cpu:0:default,mem:0:default,net:0:default cpu:0:block,net:0:tty"
|
||||
vim_keys = True
|
||||
rounded_corners = True
|
||||
graph_symbol = "braille"
|
||||
graph_symbol_cpu = "default"
|
||||
graph_symbol_mem = "default"
|
||||
graph_symbol_net = "default"
|
||||
graph_symbol_proc = "default"
|
||||
shown_boxes = "cpu mem net proc"
|
||||
update_ms = 1000
|
||||
proc_sorting = "cpu lazy"
|
||||
proc_reversed = False
|
||||
proc_tree = False
|
||||
proc_colors = True
|
||||
proc_gradient = True
|
||||
proc_per_core = False
|
||||
proc_mem_bytes = True
|
||||
proc_cpu_graphs = True
|
||||
proc_info_smaps = False
|
||||
proc_left = False
|
||||
proc_filter_kernel = False
|
||||
cpu_graph_upper = "total"
|
||||
cpu_graph_lower = "total"
|
||||
cpu_invert_lower = True
|
||||
cpu_single_graph = False
|
||||
cpu_bottom = False
|
||||
show_uptime = True
|
||||
check_temp = True
|
||||
cpu_sensor = "Auto"
|
||||
show_coretemp = True
|
||||
cpu_core_map = ""
|
||||
temp_scale = "celsius"
|
||||
base_10_sizes = False
|
||||
show_cpu_freq = True
|
||||
clock_format = "%X"
|
||||
background_update = True
|
||||
custom_cpu_name = ""
|
||||
disks_filter = ""
|
||||
mem_graphs = True
|
||||
mem_below_net = False
|
||||
zfs_arc_cached = True
|
||||
show_swap = True
|
||||
swap_disk = True
|
||||
show_disks = True
|
||||
only_physical = True
|
||||
use_fstab = True
|
||||
zfs_hide_datasets = False
|
||||
disk_free_priv = False
|
||||
show_io_stat = True
|
||||
io_mode = False
|
||||
io_graph_combined = False
|
||||
io_graph_speeds = ""
|
||||
net_download = 100
|
||||
net_upload = 100
|
||||
net_auto = True
|
||||
net_sync = True
|
||||
net_iface = ""
|
||||
show_battery = True
|
||||
selected_battery = "Auto"
|
||||
log_level = "WARNING"
|
||||
|
|
@ -1,42 +0,0 @@
|
|||
theme[main_bg]="#24273A"
|
||||
theme[main_fg]="#CAD3F5"
|
||||
theme[title]="#CAD3F5"
|
||||
theme[hi_fg]="#8AADF4"
|
||||
theme[selected_bg]="#494D64"
|
||||
theme[selected_fg]="#8AADF4"
|
||||
theme[inactive_fg]="#8087A2"
|
||||
theme[graph_text]="#F4DBD6"
|
||||
theme[meter_bg]="#494D64"
|
||||
theme[proc_misc]="#F4DBD6"
|
||||
theme[cpu_box]="#7DC4E4"
|
||||
theme[mem_box]="#A6DA95"
|
||||
theme[net_box]="#C6A0F6"
|
||||
theme[proc_box]="#F0C6C6"
|
||||
theme[div_line]="#6E738D"
|
||||
theme[temp_start]="#EED49F"
|
||||
theme[temp_mid]="#F5A97F"
|
||||
theme[temp_end]="#ED8796"
|
||||
theme[cpu_start]="#7DC4E4"
|
||||
theme[cpu_mid]="#91D7E3"
|
||||
theme[cpu_end]="#8BD5CA"
|
||||
theme[free_start]="#8BD5CA"
|
||||
theme[free_mid]="#8BD5CA"
|
||||
theme[free_end]="#A6DA95"
|
||||
theme[cached_start]="#F5BDE6"
|
||||
theme[cached_mid]="#F5BDE6"
|
||||
theme[cached_end]="#C6A0F6"
|
||||
theme[available_start]="#F4DBD6"
|
||||
theme[available_mid]="#F0C6C6"
|
||||
theme[available_end]="#F0C6C6"
|
||||
theme[used_start]="#F5A97F"
|
||||
theme[used_mid]="#F5A97F"
|
||||
theme[used_end]="#ED8796"
|
||||
theme[download_start]="#B7BDF8"
|
||||
theme[download_mid]="#B7BDF8"
|
||||
theme[download_end]="#C6A0F6"
|
||||
theme[upload_start]="#B7BDF8"
|
||||
theme[upload_mid]="#B7BDF8"
|
||||
theme[upload_end]="#C6A0F6"
|
||||
theme[process_start]="#7DC4E4"
|
||||
theme[process_mid]="#91D7E3"
|
||||
theme[process_end]="#8BD5CA"
|
||||
|
|
@ -15,14 +15,6 @@ in
|
|||
recursive = true;
|
||||
source = "${configDir}/gh";
|
||||
};
|
||||
# ".local/share/fcitx5/themes/fcitx5-dark-transparent" = {
|
||||
# recursive = true;
|
||||
# source = "${configDir}/fcitx5-dark-transparent";
|
||||
# };
|
||||
# ".config/fcitx5/conf" = {
|
||||
# recursive = true;
|
||||
# source = "${configDir}/fcitx5";
|
||||
# };
|
||||
".face".source = "${configDir}/.face";
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -15,6 +15,14 @@
|
|||
};
|
||||
};
|
||||
|
||||
programs.btop = {
|
||||
enable = true;
|
||||
settings = {
|
||||
theme_background = false;
|
||||
update_ms = 1000;
|
||||
};
|
||||
};
|
||||
|
||||
programs.ghostty = {
|
||||
enable = true;
|
||||
installBatSyntax = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue