fix: btop config
This commit is contained in:
parent
5951b04024
commit
43bb08b86d
6 changed files with 25 additions and 45 deletions
|
|
@ -1,5 +1,5 @@
|
|||
color_theme = "/home/gpskwlkr/.config/btop/themes/catppuccin_macchiato.theme"
|
||||
theme_background = True
|
||||
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"
|
||||
|
|
@ -11,7 +11,7 @@ graph_symbol_mem = "default"
|
|||
graph_symbol_net = "default"
|
||||
graph_symbol_proc = "default"
|
||||
shown_boxes = "cpu mem net proc"
|
||||
update_ms = 2000
|
||||
update_ms = 1000
|
||||
proc_sorting = "cpu lazy"
|
||||
proc_reversed = False
|
||||
proc_tree = False
|
||||
|
|
|
|||
|
|
@ -1,27 +0,0 @@
|
|||
sort=-time
|
||||
layer=overlay
|
||||
width=300
|
||||
height=110
|
||||
border-size=2
|
||||
border-radius=15
|
||||
icons=0
|
||||
max-icon-size=64
|
||||
default-timeout=5000
|
||||
ignore-timeout=1
|
||||
font=monospace 14
|
||||
|
||||
[urgency=high]
|
||||
border-color=#f5a97f
|
||||
|
||||
[category=mpd]
|
||||
default-timeout=2000
|
||||
group-by=category
|
||||
|
||||
# Colors
|
||||
|
||||
background-color=#24273a
|
||||
text-color=#cad3f5
|
||||
border-color=#8aadf4
|
||||
progress-color=over #363a4f
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue