Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/raulmurillo/dotfiles-gui
Dotfiles for Linux Mint GUI
https://github.com/raulmurillo/dotfiles-gui
conky customization dotfiles gui linux plank ricing
Last synced: 29 days ago
JSON representation
Dotfiles for Linux Mint GUI
- Host: GitHub
- URL: https://github.com/raulmurillo/dotfiles-gui
- Owner: RaulMurillo
- License: gpl-3.0
- Created: 2024-03-06T00:11:37.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-04-24T10:05:09.000Z (9 months ago)
- Last Synced: 2024-04-24T15:14:48.088Z (9 months ago)
- Topics: conky, customization, dotfiles, gui, linux, plank, ricing
- Language: Shell
- Homepage:
- Size: 13.3 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dotfiles-gui
This repository contains the files and scripts for fancy customization of a graphical environment based on **Linux Mint (Cinnamon desktop)**. The visual modifications made using these files are performed only on the user environment, so the system remains unmodified.
![Screenshot](preview/idle.png)
Even with multiple monitors:
![Screenshot](preview/double_screen.png)The beauty is that all the customization is done by the scripts themselves so that (practically) no user interaction is required.
You can even run this script directly on a fresh install!
## Quick setup
To reproduce my system, just run these three lines of code:
```bash
git clone https://github.com/RaulMurillo/dotfiles-gui.git
cd dotfiles-gui
./go.sh
```
When the installation is complete, you must log out of the session.> [!Important]
> To install the required packages, you will need root privileges. It will install also the required dependencies.
> However, you can still do some customizations without modifying the system. Just select the "no" option when prompted.![Screenshot](preview/apps.png)
## Additional adjustments
- If you use a language different from English or Spanish, modify [the `IMGDIR` variable](desktop_setup.sh#L87).
- If your system has a dedicated GPU, you may want to take a look at the [Conky configuration](conky/panel/conkyrc.conf#160).
- Similarly, modify Conky according to the [model](conky/panel/conkyrc.conf#143) and [number of cores](conky/panel/conkyrc.conf#149) of your CPU.
- To customize the shell prompt and VSCode look and feel, visit my other repo https://github.com/RaulMurillo/dotfiles.