This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| tips:ubuntu:gnome3 [2017/11/06 07:47] – [gnome shell extensions] scipio | tips:ubuntu:gnome3 [2025/06/25 06:50] (current) – sscipioni | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== | + | ====== |
| - | <code bash> | ||
| - | sudo add-apt-repository ppa: | ||
| - | sudo apt update | ||
| - | sudo apt install ubuntu-gnome-desktop | ||
| - | </ | ||
| - | customize environment with **gnome-tweak-tool** | ||
| - | ===== theme ===== | ||
| + | pano global shortcut | ||
| <code bash> | <code bash> | ||
| - | sudo apt-add-repository ppa:numix/ppa | + | dconf write /org/ |
| - | sudo apt-get update | + | |
| - | sudo apt install numix-gtk-theme numix-icon-theme-circle numix-folders numix-wallpaper-aurora numix-plymouth-theme | + | |
| </ | </ | ||
| - | ===== gtk theme ===== | + | customize environment with **gnome-tweak-tool** |
| - | <code bash> | ||
| - | sudo apt-get install gtk-theme-switch | ||
| - | gtk-theme-switch2 | ||
| - | </ | ||
| - | ===== gpaste clipboard ===== | ||
| - | |||
| - | <code bash> | ||
| - | sudo apt install gpaste gnome-shell-extensions-gpaste | ||
| - | </ | ||
| - | |||
| - | change keyboard shortcut of show history to < | ||
| - | |||
| - | use < | ||
| - | |||
| - | ===== gnome shell extensions ===== | ||
| - | |||
| - | < | ||
| - | sudo add-apt-repository ppa: | ||
| - | sudo apt-get update | ||
| - | sudo apt-get install chrome-gnome-shell | ||
| - | </ | ||
| - | |||
| - | https:// | ||
| - | |||
| - | < | ||
| - | sudo apt-get install gir1.2-gtop-2.0 gir1.2-networkmanager-1.0 gir1.2-clutter-1.0 | ||
| - | </ | ||
| - | * topicons plus | ||
| - | * system monitor | ||
| - | * Sound Input & Output Device Chooser | ||
| - | * OpenWeather | ||
| - | * https:// | ||
| - | * https:// | ||
| - | * https:// | ||
| - | * https:// | ||
| - | |||
| - | pomodoro ([[https:// | ||
| - | < | ||
| - | curl -L http:// | ||
| - | sudo sh -c "echo 'deb http:// | ||
| - | sudo apt-get update | ||
| - | sudo apt install -y gnome-pomodoro | ||
| - | # restart gnome (ALT+F2 -> r) | ||
| - | # use gnome tweak tool to activate pomodoro | ||
| - | </ | ||
| - | |||
| - | ===== Others ===== | ||
| - | |||
| - | disable lock screen on suspend resume | ||
| - | < | ||
| - | gsettings set org.gnome.desktop.screensaver ubuntu-lock-on-suspend false | ||
| - | </ | ||