Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
tips:ubuntu:gnome3 [2017/07/09 08:23] – [gnome shell extensions] scipio | tips:ubuntu:gnome3 [2017/11/21 14:29] (current) – [gnome shell extensions] scipio | ||
---|---|---|---|
Line 17: | Line 17: | ||
</ | </ | ||
- | ===== gtk theme ===== | ||
- | <code bash> | ||
- | sudo apt-get install gtk-theme-switch | ||
- | gtk-theme-switch2 | ||
- | </ | ||
===== gpaste clipboard ===== | ===== gpaste clipboard ===== | ||
Line 35: | Line 30: | ||
===== gnome shell extensions ===== | ===== gnome shell extensions ===== | ||
- | < | + | * https:// |
- | 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 | sudo apt-get install gir1.2-gtop-2.0 gir1.2-networkmanager-1.0 gir1.2-clutter-1.0 | ||
</ | </ | ||
- | * https:// | + | * topicons plus |
- | + | * system monitor | |
+ | * Sound Input & Output Device Chooser | ||
+ | * OpenWeather | ||
* https:// | * https:// | ||
- | * https:// | ||
- | * < | ||
* https:// | * https:// | ||
* https:// | * https:// | ||
* https:// | * https:// | ||
- | * https://extensions.gnome.org/extension/495/topicons/ | + | |
- | * https://extensions.gnome.org/extension/826/suspend-button/ | + | pomodoro ([[https://www.efficacemente.com/ |
+ | < | ||
+ | curl -L http:// | ||
+ | sudo sh -c "echo 'deb http://download.opensuse.org/repositories/home: | ||
+ | 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 | ||
+ | < | ||
+ | gsettings set org.gnome.desktop.screensaver ubuntu-lock-on-suspend false | ||
+ | </code> |