This commit is contained in:
2025-12-22 16:12:11 +01:00
parent 7640bace55
commit c49857d2bd
6 changed files with 33 additions and 10 deletions

View File

@@ -1,4 +1,4 @@
#? Config file for btop v. 1.4.4
#? Config file for btop v. 1.4.5
#* 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"
@@ -57,7 +57,7 @@ update_ms = 2000
#* Processes sorting, "pid" "program" "arguments" "threads" "user" "memory" "cpu lazy" "cpu direct",
#* "cpu lazy" sorts top process over time (easier to follow), "cpu direct" updates top process directly.
proc_sorting = "user"
proc_sorting = "cpu direct"
#* Reverse sorting order, True or False.
proc_reversed = True
@@ -115,6 +115,9 @@ cpu_bottom = False
#* Shows the system uptime in the CPU box.
show_uptime = True
#* Shows the CPU package current power consumption in watts. Requires running `make setcap` or `make setuid` or running with sudo.
show_cpu_watts = True
#* Show cpu temperature.
check_temp = True

View File

@@ -122,7 +122,7 @@
[palette]
bg0 = "#282828" # main background
bg0 = "#000000" # main background
bg0_s = "#32302f"
bg1 = "#3c3836"
bg2 = "#504945"

View File

@@ -163,7 +163,7 @@ keybinds clear-defaults=true {
bind "Alt k" { MoveFocus "up"; }
bind "Alt l" { MoveFocusOrTab "right"; }
bind "Alt n" { NewPane; }
bind "Alt o" { MoveTab "right"; }
bind "Alt Shift n" { NewTab; }
bind "Alt p" { TogglePaneInGroup; }
bind "Alt Shift p" { ToggleGroupMarking; }
}
@@ -288,7 +288,7 @@ default_mode "locked"
// The name of the default layout to load on startup
// Default: "default"
//
// default_layout "compact"
default_layout "compact"
// The folder in which Zellij will look for layouts
// (Requires restart)
@@ -307,7 +307,7 @@ default_mode "locked"
// - true (default)
// - false
//
// mouse_mode false
mouse_mode false
// Toggle having pane frames around the panes
// Options:
@@ -377,7 +377,7 @@ copy_command "wl-copy" // wayland
// otherwise this will error if such a session exists.
// Default: <RANDOM>
//
session_name "JonasWork"
session_name "MainSess"
// When `session_name` is provided, attaches to that session
// if it is already running or creates it otherwise.