-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
45 lines (41 loc) · 1.28 KB
/
config.toml
File metadata and controls
45 lines (41 loc) · 1.28 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# ~/.config/docktop/config.toml
# --- 1. PENGATURAN UMUM (BEHAVIOR) ---
[general]
theme = "monochrome" # Nama file theme di folder themes/ (tanpa .toml)
refresh_rate_ms = 1000 # Kecepatan update data (ms)
mouse_support = true # Aktifkan klik mouse
confirm_on_delete = true # Tanya dulu sebelum hapus container
confirm_on_restart = false # Langsung restart tanpa tanya
log_tail_lines = 100 # Berapa baris log yang diambil
default_sort = "status" # name, status, cpu, memory
show_all_containers = true # Tampilkan semua container
docker_cli_path = "/usr/bin/docker"
graphs_history_size = 60
enable_notifications = false
show_braille = true
# --- 2. PENGATURAN DOCKER (CONNECTION) ---
[docker]
# Kosongkan untuk auto-detect, atau isi manual jika pakai remote server
# host = "ssh://user@192.168.1.5"
# host = "unix:///var/run/docker.sock"
socket_path = "unix:///var/run/docker.sock"
# --- 3. PENGATURAN TAMPILAN (THEME ENGINE) ---
# Theme sekarang dimuat dari file eksternal di folder themes/
# Contoh: themes/dracula.toml, themes/gruvbox.toml
[keys]
quit = "q"
refresh = "F5"
toggle_wizard = "w"
toggle_help = "?"
up = "k"
down = "j"
enter = "Enter"
delete = "x"
details = "Enter"
edit = "E"
shell = "e"
db_cli = "d"
restart = "r"
stop = "s"
start = "v"
yaml = "y"