Skip to content

Gnome Tweaks

sh
sudo pacman -S gnome-tweaks
sudo pacman -S gnome-tweaks
sh
sudo apt install gnome-tweaks
sudo apt install gnome-tweaks
sh
sudo dnf install gnome-tweaks
sudo dnf install gnome-tweaks
sh
sudo apt install gnome-tweaks
sudo apt install gnome-tweaks
sh
sudo xbps-install -S gnome-tweaks
sudo xbps-install -S gnome-tweaks

Minimize Button and Button Placement

Minimize is an important button. While I think you can live without it if you use the Super key a lot. But, for me, the minimize button seems to be very useful. You can get the maximize button too, but it's not that useful because it can be done by double-clicking the title bar. If you were a Mac user, you might prefer left button placement over the default right placement. Note: Left Placement glitches the gnome-tweak-tool for some reason don't worry about it just increase the size of the window.

gnome-minimise

Battery Percentage

Shows the amount of battery remaining in percent. Doesn't work for desktop pc.

batterypercent

Optimizing Font

I use custom resolution on my PC's so the font seems small to me, so it makes it better I use 1.11x font. I have set the hinting to full because hinting makes the font appear crisper so that they are more readable. Also, I have set the anti-aliasing to full pixels instead of sub-pixels because it has more font smoothing.

custom-font-size

Activity Hot Corner and Format time

The activity hot corner enables the hot corner where the button Activity is placed. So rather than clicking the button just touch the edge. You can format time according to what you need. I only use the time, so I got rid of the date there.

overlay

Nautilus (admin mode)

Adds right-click property Open as Administrator.

sh
sudo pacman -S nautilus-admin && nautilus -q
sudo pacman -S nautilus-admin && nautilus -q
sh
sudo apt install nautilus-admin && nautilus -q
sudo apt install nautilus-admin && nautilus -q
sh
sudo dnf install nautilus-admin && nautilus -q
sudo dnf install nautilus-admin && nautilus -q
sh
sudo apt install nautilus-admin && nautilus -q
sudo apt install nautilus-admin && nautilus -q
sh
sudo xbps-install -S nautilus-admin && nautilus -q
sudo xbps-install -S nautilus-admin && nautilus -q

Disabling Unnecessary Extensions

The built-in extensions I use are -

I have disabled these

  1. Alt-Tab - By default, Alt+Tab will raise all windows of an application. This extension still groups windows by application.
  2. Always show workspaces - Always show workspaces in the overview.
  3. Desktop Icons - Add icons to the desktop.
  4. Pop Battery Icon Fix - Fixes the battery icon to match the current battery level. (Useless for desktop pc)
  5. Pop Shop Details - Adds a Show Details item to applications if Pop Shop is installed.
  6. System76 Power - system76-power is a utility for managing graphics and power profiles. Options show up under battery menu. (Useful for hybrid and NVIDIA GPU)

Settings Tweaks

Prvacy Tweaks

privacy-tweaks1privacy-tweaks2

Over Amplification

over-amplification

Custom Fonts

Custom Fonts increase the user experience. I use custom fonts on my laptop and also my Oneplus.

Currently, I am using Linotte Font for system & MonoFur for my terminal. To change your font, go to gnome-tweaks then to Fonts.
customfont To change Terminal font, Go to preferences, then to profiles, then in custom font select MonoFur. To get my fonts,

sh
wget https://github.com/themagicalmammal/howtopopbuntu/raw/master/fonts.tar.xz
tar -xf $(xdg-user-dir DOWNLOAD)/fonts.tar.xz -C ${XDG_CONFIG_HOME:-~/.local}/share
rm $(xdg-user-dir DOWNLOAD)/fonts.tar.xz
wget https://github.com/themagicalmammal/howtopopbuntu/raw/master/fonts.tar.xz
tar -xf $(xdg-user-dir DOWNLOAD)/fonts.tar.xz -C ${XDG_CONFIG_HOME:-~/.local}/share
rm $(xdg-user-dir DOWNLOAD)/fonts.tar.xz

If the font doesn't show, you can try clearing the font cache

sh
fc-cache -f -v
fc-cache -f -v

Tile Windows

The beautiful thing I like about Pop OS is its feature-rich environment to increase work efficiency. Tile-windows

Customization

1. We need to add gnome-shell-integration for Chrome.

Chrome Firefox - This extension provides integration with GNOME Shell and the corresponding extensions' repository, make it easy to add extensions via your browser.

gsi

2. Then go to Gnome.org and get your extensions.

Important Extensions

Some More Cool Extensions

3. Custom themes

Go to Gnome-look
My Setup Shell & Application - WhiteSur-light Cursor - Bibata Icons - McMojave-circle Wallpaper - Colorful New York

4. Place the theme in .themes & the icons in .icons in Home.

5. In the Gnome tweak tool, Select your theme.

Tip - How to fix terminal theme

  1. Go to Preferences.
  2. Add Profiles.
  3. Name it Big_Sur.
  4. Go to colors, then select choose use colors from system theme.
  5. Set Big_Sur default.
  6. Close and reopen the terminal.

Tip - How to fix gedit/text-editor theme

  1. Go to Preferences.
  2. Go to Font & Colors.
  3. Select Color Scheme - Classic.

Tip - Add icon instead of Activities text

  1. Go to Extensions.
  2. Open settings for Activities Configurator.
  3. Select a custom icon The icon I use is here
  4. Hide Text & reduce icon padding

After you do all of this, your desktop should look this

bigsurlikelook

To fix qt5 applications like KolourPaint to respect system theme, go here.

Released under the MIT License.