Skip to content

Commit 91d9a12

Browse files
authored
Merge branch 'main' into xfce-de
2 parents 02baf2b + ea4a6f3 commit 91d9a12

File tree

2 files changed

+29
-7
lines changed

2 files changed

+29
-7
lines changed

README.md

+26-6
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,28 @@
11
# TCET Linux
22

3-
![TCET LINUX](https://raw.githubusercontent.com/tcet-opensource/artwork/main/tcet-linux/tcet-linux.png)
3+
![TCET LINUX](https://github.com/tcet-opensource/artwork/blob/main/tcet-linux/tcet-linux.png)
4+
45

5-
## What is TCET Linux?
66
**[TCET Linux](https://linux.tcetmumbai.in/)** is an **open-source operating system** providing basic services, and various software packages that make up the user-space applications, utilities and it is highly customized. Our goal in creating this operating system is to provide a platform that combines **robust functionality** with a **user-friendly experience**. Built from the ground up, TCET Linux boasts **efficient performance**, **customization options**, and a range of features tailored to meet the needs of both casual users and enthusiasts.
77

88
<br />
99

10+
## Hacktoberfest
11+
### Powered by:
12+
<img width="311" alt="mlh-logo-color" src="https://github.com/tcet-opensource/hacktober-fest/assets/55846983/d5ccae96-86a7-4fed-8f00-e9f1d0aa5cac">
13+
14+
### How to contribute
15+
Read our [workflow](https://opensource.tcetmumbai.in/docs/resources/workflows/external-workflow/) guide, and have a look at issues marked with the <code>Hacktoberfest</code> tag on it. Do not forget to read the rest of the README. For serious doubts, contact the project maintainers on our discord server.
16+
1017
## Minimum requirements for Installating TCET Linux
1118
* 64 bit x86_64 processor (Intel/ AMD), with at least 2 CPU cores. (32-bit not supported)
1219
* Any GPU/iGPU with OpenGl 3.3+ support.
1320
* Atleast 2GB DDR3/DDR4 RAM.
1421
* Atleast 8GB HDD/SSD storage.
1522
* Basic WPA/WPA2 compatible wifi card or ethernet supported motherboard.
1623

17-
![installer](https://raw.githubusercontent.com/tcet-opensource/artwork/main/tcet-linux/installer.png)
24+
25+
![installer](https://github.com/tcet-opensource/artwork/blob/main/tcet-linux/installer.png)
1826

1927
The complete process for the installation is given in details on the website of **[TCET Linux](https://linux.tcetmumbai.in/)**.
2028

@@ -23,7 +31,8 @@ The complete process for the installation is given in details on the website of
2331
## Welcome App
2432
The welcome app provides the user with the important links and shortcuts to some features and the installer.
2533

26-
![Welcomeapp](https://raw.githubusercontent.com/tcet-opensource/artwork/main/tcet-linux/welcome-app.png)
34+
![Welcomeapp](https://github.com/tcet-opensource/artwork/blob/main/tcet-linux/welcome-app.png)
35+
2736

2837
It includes the following options:
2938
* **Install TCET Linux**: This starts the TCET Linux Installer
@@ -98,8 +107,7 @@ Packages in TCET Linux is managed by package manager.
98107
99108
# Glimpses of TCET Linux
100109
101-
![tcet-linux-desktop](https://raw.githubusercontent.com/tcet-opensource/artwork/main/tcet-linux/tcet-linux-desktop1.png)
102-
110+
![tcet-linux-desktop](https://github.com/tcet-opensource/artwork/blob/main/tcet-linux/tcet-linux-desktop1.png)
103111
104112
<br />
105113
@@ -155,3 +163,15 @@ sudo mkarchiso -v .
155163

156164
- [TCET Linux Website](https://linux.tcetmumbai.in/)
157165
- [TCET Linux Documentation](https://opensource.tcetmumbai.in/docs/projects/tcet-linux/about-tcet-linux)
166+
167+
168+
<div align="center">
169+
<h3> Connect with us<a href="https://gifyu.com/image/Zy2f"><img src="https://github.com/milaan9/milaan9/blob/main/Handshake.gif" width="50px"></a>
170+
</h3>
171+
<p align="center">
172+
<a href="https://twitter.com/tcetopensource" target="_blank"><img alt="Twitter" width="40px" src="https://www.iconpacks.net/icons/2/free-twitter-logo-icon-2429-thumb.png"></a> &nbsp&nbsp&nbsp
173+
<a href="https://www.instagram.com/tcetopensource/" target="_blank"><img alt="Instagram" width="40px" src="https://cdn-icons-png.flaticon.com/512/1384/1384063.png"></a> &nbsp&nbsp&nbsp
174+
<a href="https://discord.gg/r7ZhAREg2M" target="_blank"><img alt="Discord" width="40px" src="https://cdn-icons-png.flaticon.com/512/5968/5968756.png"></a> &nbsp&nbsp&nbsp
175+
<a href="mailto:[email protected]" target="_blank"><img alt="Gmail" width="40px" src="https://cdn-icons-png.flaticon.com/512/5968/5968534.png"></a> &nbsp&nbsp&nbsp
176+
<a href="https://www.linkedin.com/company/tcet-opensource/" target="_blank"><img alt="LinkedIn" width="40px" src="https://cdn-icons-png.flaticon.com/512/3536/3536505.png"></a> &nbsp&nbsp&nbsp
177+
</p>

airootfs/etc/default/grub

+3-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,9 @@ GRUB_DISABLE_RECOVERY=true
4343
#GRUB_COLOR_HIGHLIGHT="light-cyan/black"
4444

4545
# Uncomment one of them for the gfx desired, a image background or a gfxtheme
46-
GRUB_BACKGROUND="/usr/share/backgrounds/xfce/tcet-linux/wallpaper4.png"
46+
47+
GRUB_BACKGROUND="/usr/share/backgrounds/xfce/wallpaper14.png"
48+
4749
#GRUB_THEME=
4850

4951
# Uncomment to get a beep at GRUB start

0 commit comments

Comments
 (0)