Arch Gnome - flavio20002/linux GitHub Wiki

Restart Gnome

ALT+F2 and type r

Settings

  • Change touchpad scrolling behavior
  • Enable touchpad tap to click
  • Disable activity overview hot corner from gnome-tweaks (Top Bar)
  • Disable updates in Gnome Software

Order Apps by name:

gsettings set org.gnome.shell app-picker-layout "[]"

Resolution

Apply Gnome resolution also to GDM.

sudo cp ~/.config/monitors.xml /var/lib/gdm/.config/
sudo chown gdm:gdm /var/lib/gdm/.config/monitors.xml

Extensions

  • Launch the following commands:
paru -S gnome-shell-extension-just-perfection-desktop-git \
        gnome-shell-extension-appindicator
gnome-tweaks
  • Under Window Titlebars, move placement to right and enable all the three buttons
  • Perform a logout and a login
  • Open Extensions App
  • Enable Just Perfection
    • Disable Search
    • Change Startup Status to Desktop
    • Window Demands Attention Focus
  • Enable App Indicator

Windows Theme

paru -S gnome-shell-extension-desktop-icons-ng \
        gnome-shell-extension-dash-to-panel \
        gnome-shell-extension-arc-menu
  • Open Extensions App and enable all the extensions
  • Enable Dash to Panel
    • Windows preview on hover 100ms and 150px

MacOs Theme

  • Launch the following commands:
paru -S gnome-shell-extension-dash-to-dock \
        whitesur-icon-theme-git
git clone https://github.com/vinceliuice/WhiteSur-gtk-theme.git
cd WhiteSur-gtk-theme
./install.sh -c light # Install theme
./install.sh -s 220 # Nautilus
./install.sh -N mojave # Nautilus
./tweaks.sh -d # Dash to Dock
sudo ./tweaks.sh -g -b my picture.png
gnome-tweaks
  • Under Appearance, change Application theme and Icons theme.
  • Perform a logout and a login
  • Open Extensions App
  • Enable Dash to Dock
    • Edit auto hide
    • Remove push to show and apply in full screen mode.
    • Move application button beginning
    • Icon Size 64
  • Enable User Themes (White-Sur)