mirror of
https://github.com/ClementTsang/bottom.git
synced 2025-09-23 01:38:37 +02:00
Merge pull request #125 from ClementTsang/fix_config_gen
Fix config gen and chores
This commit is contained in:
commit
481275f61d
@ -59,6 +59,12 @@
|
|||||||
# Use basic mode
|
# Use basic mode
|
||||||
#basic = false
|
#basic = false
|
||||||
|
|
||||||
|
# Use the old network legend style
|
||||||
|
#use_old_network_legend = false
|
||||||
|
|
||||||
|
# Remove space in tables
|
||||||
|
#hide_table_gap = false
|
||||||
|
|
||||||
##########################################################
|
##########################################################
|
||||||
|
|
||||||
# These are all the components that support custom theming. Note that colour support
|
# These are all the components that support custom theming. Note that colour support
|
||||||
@ -103,11 +109,14 @@
|
|||||||
#selected_text_color="Black"
|
#selected_text_color="Black"
|
||||||
|
|
||||||
# Represents the background colour of text that is selected.
|
# Represents the background colour of text that is selected.
|
||||||
#selected_bg_color="Cyan"
|
#selected_bg_color="LightBlue"
|
||||||
|
|
||||||
# Represents the colour of the lines and text of the graph.
|
# Represents the colour of the lines and text of the graph.
|
||||||
#graph_color="Gray"
|
#graph_color="Gray"
|
||||||
|
|
||||||
|
# Represents the colours of the battery based on charge
|
||||||
|
#battery_colors = ["red", "yellow", "yellow", "green", "green", "green"]
|
||||||
|
|
||||||
##########################################################
|
##########################################################
|
||||||
|
|
||||||
# Layout - layouts follow a pattern like this:
|
# Layout - layouts follow a pattern like this:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user