Skip to content

Instantly share code, notes, and snippets.

View slashedzer0's full-sized avatar
☄️

Doni Wicaksono slashedzer0

☄️
View GitHub Profile
  • type about:config on address bar - set toolkit.legacyUserProfileCustomizations.stylesheets to true
  • type about:support - click Open Directory on Profile section
  • create new directory named chrome inside your default profile
  • create new file named userChrome.css and paste the following code:
#urlbar {
  text-align: center;
  font-weight: 600;
}
@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
@slashedzer0
slashedzer0 / Powered by Neko-Box!
Last active June 30, 2024 12:43
🍥 AniList activity (3 weeks ago)
slashedzer0 read chapter 53 - 55 of:
Gotou-san wa Furimukasetai!
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
💬 0 | 🤍 1
HTML 13 hrs 12 mins ████████████████▏░░░░ 76.9%
JavaScript 2 hrs 42 mins ███▎░░░░░░░░░░░░░░░░░ 15.8%
JSON 31 mins ▋░░░░░░░░░░░░░░░░░░░░ 3.1%
CSS 15 mins ▎░░░░░░░░░░░░░░░░░░░░ 1.5%
Python 13 mins ▎░░░░░░░░░░░░░░░░░░░░ 1.4%
Mr. Lonely Bobby Vinton
20 Min Lil Uzi Vert
Kucinta Kau Apa Adanya Once Mekel
My Facebook Gigi
Lonely (Slowed) N9ZDA
Cobalah Mengerti Peterpan
Get Lucky (Radio Edit) Daft Punk & Pharr
Kangen Dewa 19
10.000 ColBreakz
Main Serong The Changcuters
HTML +20/ -20 ███████████████████▏░ 91.4%
Python +2/ -2 ▉░░░░░░░░░░░░░░░░░░░░ 4.4%
CSS +1/ -1 ▍░░░░░░░░░░░░░░░░░░░░ 2.4%
JavaScript +5/ -0 ▍░░░░░░░░░░░░░░░░░░░░ 1.8%
🌞 Morning 53 commits ████▊░░░░░░░░░░░░░░░░ 23.0%
🌆 Daytime 64 commits █████▊░░░░░░░░░░░░░░░ 27.8%
🌃 Evening 89 commits ████████▏░░░░░░░░░░░░ 38.7%
🌙 Night 24 commits ██▏░░░░░░░░░░░░░░░░░░ 10.4%
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"