Skip to content

Instantly share code, notes, and snippets.

View slashedzer0's full-sized avatar
☄️

Doni Wicaksono slashedzer0

☄️
View GitHub Profile
@slashedzer0
slashedzer0 / customize-gnome-panel-guide.md
Created March 29, 2023 09:31 — forked from yusuftaufiq/customize-gnome-panel-guide.md
Creating a Transparent Panel with Grouped Buttons in the GNOME Desktop Environment

Creating a Transparent Panel with Grouped Buttons in the GNOME DE

⚠️ This guide uses the apt package manager, if you are using another package manager, please follow the related package installation guide according to the one you are using.

Overview

There is a short tutorial how to make your GNOME panel like the image below panel

Requirements

  1. First, you need to install GNOME Tweaks & GNOME Shell Extensions
OS=`echo \`uname\` | tr '[:upper:]' '[:lower:]'`
AURL="https://gist.githubusercontent.com/hightemp/5071909/raw/"
ANAME=".bash_aliases"
TMPAPATH="/tmp/$ANAME"
HOMEAPATH="~/$ANAME"
[ "$OS" = "windowsnt" ] && OS_WIN="yes"
[ "$OS" = "darwin" ] && OS_MAC="yes"
[ "$OS" = "linux" ] && OS_LIN="yes"