This commit is contained in:
Belal Elsabbagh
2025-07-19 02:13:17 +03:00
parent dd92bb66ff
commit a0526d2abf
3 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
#? Config file for btop v. 1.4.3 #? Config file for btop v. 1.4.4
#* Name of a btop++/bpytop/bashtop formatted ".theme" file, "Default" and "TTY" for builtin themes. #* 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" #* Themes should be placed in "../share/btop/themes" relative to binary or "$HOME/.config/btop/themes"
@@ -150,7 +150,7 @@ background_update = True
custom_cpu_name = "" custom_cpu_name = ""
#* Optional filter for shown disks, should be full path of a mountpoint, separate multiple values with whitespace " ". #* Optional filter for shown disks, should be full path of a mountpoint, separate multiple values with whitespace " ".
#* Begin line with "exclude=" to change to exclude filter, otherwise defaults to "most include" filter. Example: disks_filter="exclude=/boot /home/user". #* Only disks matching the filter will be shown. Prepend exclude= to only show disks not matching the filter. Examples: disk_filter="/boot /home/user", disks_filter="exclude=/boot /home/user"
disks_filter = "" disks_filter = ""
#* Show graphs instead of meters for memory values. #* Show graphs instead of meters for memory values.

View File

@@ -1,4 +1,4 @@
$path = ~/Pictures/Wallpapers/dracula-mnt-6272a4.png $path = ~/Pictures/Wallpapers/kdh.jpg
preload = $path preload = $path
wallpaper = ,$path wallpaper = ,$path

View File

@@ -12,7 +12,7 @@
"buffer_font_size": 14, "buffer_font_size": 14,
"theme": { "theme": {
"mode": "system", "mode": "system",
"light": "Dracula", "light": "Dracula Solid",
"dark": "One Dark" "dark": "One Dark"
} }
} }