-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.ini
57 lines (52 loc) · 2.84 KB
/
config.ini
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
46
47
48
49
50
51
52
53
54
55
56
57
[Author]
name="Ruben Lavos Costa"
discord="Ruben Costa#4242"
; Do not use ""
[PlaceHolders]
discordUsername= #E.G. File Cleaner
embedTitle= #E.G. Temporary File Cleaner
embedColor=1752220 #Ckeck Colors on the bottom -> Use Int Value
os_placeholder= #E.G. Operating System:
os_hostname= #E.G. Hostname: [On my organization we chnaged the computer hostname for the internet switch port's number]
cpu_core= #E.G CPU cores:
free_ram= #E.G. Free RAM:
available_ram= #E.G. Available RAM:
uptime= #E.G. Uptime:
cpu_percentage= #E.G. CPU usage [On the code it ads the percentatge symbol itself]
c_drive_usage= #E.G. C drive usage: [On the code it ads the percentatge symbol itself]
disk_cleanup= #E.G. C drive needs to be cleaned up: [It will only show if the drive is higher than 70% used]
temporary_files_cleaned = #E.G. Temporary files Cleaned!
error= #E.G. Error:
computer= #E.G. Computer:
not_updated= #E.G. New version available: https://github.com/rubencosta13/Temporary-files-cleaner
footerText= #E.G. Any text for the footer
[Variables]
discord_logger= #Webhook where all the infos are logged on
discord_error= #Webhook where all the errors are shown
[Colors]
Name | Int value | Hex Code |
----------------------------|:-----------:|:-----------:
DEFAULT | 0 | #000000
AQUA | 1752220 | #1ABC9C
DARK_AQUA | 1146986 | #11806A
GREEN | 3066993 | #2ECC71
DARK_GREEN | 2067276 | #1F8B4C
BLUE | 3447003 | #3498DB
DARK_BLUE | 2123412 | #206694
PURPLE | 10181046 | #9B59B6
DARK_PURPLE | 7419530 | #71368A
LUMINOUS_VIVID_PINK | 15277667 | #E91E63
DARK_VIVID_PINK | 11342935 | #AD1457
GOLD | 15844367 | #F1C40F
DARK_GOLD | 12745742 | #C27C0E
ORANGE | 15105570 | #E67E22
DARK_ORANGE | 11027200 | #A84300
RED | 15158332 | #E74C3C
DARK_RED | 10038562 | #992D22
GREY | 9807270 | #95A5A6
DARK_GREY | 9936031 | #979C9F
DARKER_GREY | 8359053 | #7F8C8D
LIGHT_GREY | 12370112 | #BCC0C0
NAVY | 3426654 | #34495E
DARK_NAVY | 2899536 | #2C3E50
YELLOW | 16776960 | #FFFF00