aboutsummaryrefslogtreecommitdiff
path: root/.config/bashtop/bashtop.cfg
diff options
context:
space:
mode:
authorVidhu Kant Sharma <vidhukant@protonmail.ch>2021-10-15 15:18:13 +0530
committerVidhu Kant Sharma <vidhukant@protonmail.ch>2021-10-15 15:18:13 +0530
commit4041b53a532ff59489071562dcca3c672ac3e292 (patch)
tree809514a8fd57b96f85ef8abdc907b14599e056ce /.config/bashtop/bashtop.cfg
parenta1d475259a59eba4a86f541a9af2f2cd96d126cb (diff)
removing KDE and other files due to errors
Diffstat (limited to '.config/bashtop/bashtop.cfg')
-rw-r--r--.config/bashtop/bashtop.cfg52
1 files changed, 0 insertions, 52 deletions
diff --git a/.config/bashtop/bashtop.cfg b/.config/bashtop/bashtop.cfg
deleted file mode 100644
index b2688f2..0000000
--- a/.config/bashtop/bashtop.cfg
+++ /dev/null
@@ -1,52 +0,0 @@
-#? Config file for bashtop v. 0.9.25
-
-#* Color theme, looks for a .theme file in "$HOME/.config/bashtop/themes" and "$HOME/.config/bashtop/user_themes"
-#* Should be prefixed with either "themes/" or "user_themes/" depending on location, "Default" for builtin default theme
-color_theme="Default"
-
-#* Update time in milliseconds, increases automatically if set below internal loops processing time, recommended 2000 ms or above for better sample times for graphs
-update_ms="2500"
-
-#* Processes sorting, "pid" "program" "arguments" "threads" "user" "memory" "cpu lazy" "cpu responsive"
-#* "cpu lazy" updates sorting over time, "cpu responsive" updates sorting directly
-proc_sorting="cpu lazy"
-
-#* Reverse sorting order, "true" or "false"
-proc_reversed="false"
-
-#* Show processes as a tree
-proc_tree="false"
-
-#* Check cpu temperature, only works if "sensors", "vcgencmd" or "osx-cpu-temp" commands is available
-check_temp="true"
-
-#* Draw a clock at top of screen, formatting according to strftime, empty string to disable
-draw_clock="%X"
-
-#* Update main ui when menus are showing, set this to false if the menus is flickering too much for comfort
-background_update="true"
-
-#* Custom cpu model name, empty string to disable
-custom_cpu_name=""
-
-#* Enable error logging to "$HOME/.config/bashtop/error.log", "true" or "false"
-error_logging="true"
-
-#* Show color gradient in process list, "true" or "false"
-proc_gradient="true"
-
-#* If process cpu usage should be of the core it's running on or usage of the total available cpu power
-proc_per_core="false"
-
-#* Optional filter for shown disks, should be names of mountpoints, "root" replaces "/", separate multiple values with space
-disks_filter="root home"
-
-#* Enable check for new version from github.com/aristocratos/bashtop at start
-update_check="false"
-
-#* Enable graphs with double the horizontal resolution, increases cpu usage
-hires_graphs="false"
-
-#* Enable the use of psutil python3 module for data collection, default on OSX
-use_psutil="false"
-