Skip to content

Instantly share code, notes, and snippets.

View helloimbernardo's full-sized avatar
✌️

Bernardo Oliveira helloimbernardo

✌️
View GitHub Profile
@helloimbernardo
helloimbernardo / nardo's gnome guide.md
Created February 22, 2025 15:48
bernardo's gnome customization guide™

bernardo's gnome customization guide

Extensions

Use gnome extensions to customize things in the gnome shell

  • tling shell - the name is pretty straight forward
  • dash to dock - make the dock actually good
  • quick settings tweaks - remove stuff from the quick settings menu (by default it moves notifications away from the date menu, if you want them there you need to re-enable it on the layout menu)
  • clipboard indicator - clipboard history
  • PIP on top fixes a wayland thing where some apps can't automatically set themselves as an "always on top" window
@helloimbernardo
helloimbernardo / moodleNoDownload.js
Last active November 22, 2021 00:01
MoodleNoDownload
// ==UserScript==
// @name Moodle No Download
// @version 1.0
// @description Open files from moodle directly on your browser without being forced to download them
// @author helloimbernardo (https://github.com/helloimbernardo)
// @homepage https://gist.github.com/helloimbernardo/e785074ac480316a0d365ca678ba1832
// @updateURL https://gist.githubusercontent.com/helloimbernardo/e785074ac480316a0d365ca678ba1832/raw/moodleNoDownload.js
// @downloadURL https://gist.githubusercontent.com/helloimbernardo/e785074ac480316a0d365ca678ba1832/raw/moodleNoDownload.js
// @icon https://www.google.com/s2/favicons?domain=moodle.org
// @icon64 https://www.google.com/s2/favicons?sz=64&domain=moodle.org
@helloimbernardo
helloimbernardo / Berna's Linux Customization Kit.md
Created February 9, 2021 20:04
Berna's Linux Customization Kit

Berna's Linux Customization Kit

My personal set of themes, apps, tools and other cool stuff for linux customization


Material / Flat

Content

Recommended Desktop Environment: XFCE
Recommended Window Manager: Xfwm4 (XFCE bundled)

@helloimbernardo
helloimbernardo / Common Errors Troubleshooting.md
Last active April 3, 2021 19:17
Fixes I found to work for common issues

Windows Update Failed

To fix the error 0x800F0922, enable the App Readiness Service using the following steps:

  1. Right-click Start, click Run. Type services.msc and click OK.
  2. Double-click App Readiness, and set its start type to Manual.
  3. Click OK, and close the Services console.
  4. Restart Windows.
  5. Attempt to install the Windows Update(s) now.

Source