Skip to content

Instantly share code, notes, and snippets.

View MatheusMuriel's full-sized avatar

Matheus Muriel MatheusMuriel

  • Londrina, PR, Brazil
View GitHub Profile
@MatheusMuriel
MatheusMuriel / anoteixon.udl
Created September 29, 2022 14:58
Notepad++ User Defined Language para anotações
<!--// Created by Matheus Muriel (https://github.com/MatheusMuriel) //-->
<NotepadPlus>
<UserLang name="Anoteixon Test" ext="txt atxt" darkModeTheme="yes" udlVersion="2.1">
<Settings>
<Global caseIgnored="yes" allowFoldOfComments="no" foldCompact="no" forcePureLC="2" decimalSeparator="0" />
<Prefix Keywords1="yes" Keywords2="yes" Keywords3="yes" Keywords4="yes" Keywords5="yes" Keywords6="yes" Keywords7="no" Keywords8="no" />
</Settings>
<KeywordLists>
<Keywords name="Comments">00// 01 02((EOL)) 03/* 04*/</Keywords>
<Keywords name="Numbers, prefix1"></Keywords>
@MatheusMuriel
MatheusMuriel / screenlock_script.sh
Created December 11, 2022 00:57
My screenlock script with glitch effect to i3wm
#/bin/sh
# Glichting screen lock script by xzvf
pngfile="/tmp/sclock.png"
bmpfile="/tmp/sclock.bmp"
glitchedfile="/tmp/sclock_g.bmp"
scrot -z $pngfile
# convert to bmp and pixelate