-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcelestia.conf
106 lines (89 loc) · 5.18 KB
/
celestia.conf
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
# _..._
# .-'_..._''. .---.
# .' .' '.\ __.....__ | | __.....__ .--.
# / .' .-'' '. | | .-'' '. |__|
# . ' / .-''"'-. `. | | / .-''"'-. `. .| .--.
# | | / /________\ \| |/ /________\ \ .' |_ | | __
# | | | || || | _ .' || | .:--.'.
# . ' \ .-------------'| |\ .-------------' .' |'--. .-'| |/ | \ |
# \ '. .\ '-.____...---.| | \ '-.____...---. . | / | | | |`" __ | |
# '. `._____.-'/ `. .' | | `. .'.'.'| |// | | |__| .'.''| |
# `-.______ / `''-...... -' '---' `''-...... -'.'.'.-' / | '.' / / | |_
# ` .' \_.' | / \ \._,\ '/
# `'-' `--' `"
# As a reminder, please do NOT touch the /IMPORTANT and the /SCRIPTS folders unless you know what you are doing!
# If you break these files, I am not responsible for fixing them for you!
# If you wish to edit the files that start up the services and such, you can edit them in the /SCRIPTS folder.
# I tried my ABSOLUTE BEST to make it as understandable as possible, but the markdown file provided in the repo
# Should be enough info for you.
# * NOTES FOR CONFIGS
# 1 = True (On)
# 2 = False (Off)
################################################################################################################
############################################### CONFIGURATIONS #################################################
################################################################################################################
# This is the startup script for the wallpaper service (swww-daemon)
# This will basically start up your wallpaper for your system.
#
# I, the developer am NOT sure if this works on any other DE/WM other than Hyprland
# So if you are using something other than Hyprland, please disable this unless you are debugging!
#
# The default is 0 (off).
swww Wallpaper = 1
# This is where you put the file name of the image you wish to use for the wallpaper daemon.
# You should store this image in celestia/Wallpapers/ for it to be detected.
Wallpaper = 1293921(1).png
# This is the startup script for AGS (The top bar)
# This is mostly made for end-4's dot-files (https://github.com/end-4/dots-hyprland)
# If you do NOT use this, you should turn this off.
#
# However, if you have your own config bar for AGS, you may turn this on.
# Do you use a different Bar? Go ahead and edit the Scripts/Bar.sh and change the 'ags &' line to what you use.
# The default is 0 (off).
Bar = 1
# This is the startup script for the networking. This will detect the network(s) that you specified at the setup script.
# The only requirement is that you have already connected to this internet once as this will NOT put in any passphrases.
# Want to add another network? Build another block in /Scripts/Network.sh
# Use a different network manager other than nmcli or don't use Wi-Fi? You can either:
# Disable it
# Or
# Edit the block in /Script/Network.sh
#
# If the Network Script is on, please list all networks in ./network.conf
#
# The default is 1 (on).
Network = 1
# If the Network script is on, please run nmcli and provide the name of the device id (e.g being wlp3s0b1)
Dev ID = wlp3s0b1
# This is the startup script for USB Mounting.
# I made this basically because it was a hassle to sudo mount /dev/sdb1 to my directory.
# You technically do NOT have to keep this on, but if you also deal with this, feel free to use it.
# The default is 0 (off).
USB = 0
# If the USB Script is on, please lsblk and grab the size of what you are mounting.
Size = 57.6G
# If the USB Script is on, please state the directory you want to mount the USB to.
Directory = /home/rena/mountable
# This is just to run package updates.
# To make sure your linux is up to date, it is recommended to NOT turn this off.
# This setting is mainly for standalone systems, meaning you and YOU ONLY access this system.
#
# Though, if this is a community-shared system, it is recommended to TURN THIS OFF,
# And delete the /Scripts/.packages.exp file, as this contains your file in plaintext.
# I am not liable for what happens as I have given you my discretion and tried my best to hide it.
#
# The default is 1 (on), to turn off, set to 0.
Packages = 1
# If the Packages Script is on, please provide your package manager.
# If you use Arch Linux, pacman INCLUDES yay as part of its upgrades.
#
# The package managers that are currently configured are: pacman, apt / apt-get.
Manager = pacman
# This is to start up your terminal emul at the start of your system.
# The default is 0 (off).
Terminal = 1
# If the Terminal Script is on, please define your terminal emulator.
# The default is set to kitty.
#
# The terminal emuls currently supported is kitty, and foot.
Emulator = kitty