https://github.com/monoira/slickgnome
Turn newly installed Ubuntu gnome desktop into pretty, slick, ready to work one in single command.
https://github.com/monoira/slickgnome
bash bash-scripting gnome gnome-desktop gnome-desktop-environment gnome-shell gsettings shell ubuntu wget
Last synced: about 2 months ago
JSON representation
Turn newly installed Ubuntu gnome desktop into pretty, slick, ready to work one in single command.
- Host: GitHub
- URL: https://github.com/monoira/slickgnome
- Owner: monoira
- License: mit
- Created: 2024-12-26T08:28:48.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-03-25T16:48:40.000Z (2 months ago)
- Last Synced: 2025-03-25T17:46:58.791Z (2 months ago)
- Topics: bash, bash-scripting, gnome, gnome-desktop, gnome-desktop-environment, gnome-shell, gsettings, shell, ubuntu, wget
- Language: Shell
- Homepage:
- Size: 903 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Slickgnome
Turn newly installed Ubuntu gnome desktop into pretty, slick,
ready to work one with night light and other
slick gnome settings already configured.## FROM

## TO

## HOW
Run this script in your terminal to change gnome's gsettings to make
it prettier and more slick on Ubuntu. No manual download or cloning required.
It just works.```bash
wget -qO- https://raw.githubusercontent.com/monoira/slickgnome/main/gnome_settings.sh | bash
```### THIS WILL
- Setup night-light settings.
- Setup dash-to-dock settings.
- Make dash-to-dock horizontal.
- Hide the trash from dash-to-dock.
- Hide home directory on desktop.
- Show apps from current workspace only.
- Reduce size of desktop icons to small since
large icons are way to big and ugly.
- Etc.You can see what more it changes by reading the script itself at
[gnome_settings.sh](./gnome_settings.sh)