-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettings.js
19 lines (19 loc) · 866 Bytes
/
settings.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
const theme = "single";//Multiple, single and tilling currently available
const os = "arch";
var ascii = "mint";//Leave it empty to auto select the ascii art of the os
//Theme------------------------
//--Single
const glow = true;
//--Mutltiple
var mock_message = "Welcome to the CLI enviorment";
const window_n = 6;
//--Tilling
const collapse = false;
const tilling_margin = "2vw";
const headers = false;
const screen_plugins = ['hardware','matrix']; //you can use as much as you want but its recommended not to use more than 2
const small_window = true;//Only available for hardware plugin
//Only available for cowsay plugin
var message = "reddit.com/r/unixporn\\ From u/ErBichop" //for line jump use \\
var character = "tux" //cow and tux available
//----------------------------------------------------------------------------------------------------------------