Skip to content

Instantly share code, notes, and snippets.

@sergeymsui
sergeymsui / MenuBackIcon.qml
Created August 25, 2019 21:06 — forked from cyberbobs/MenuBackIcon.qml
Animated hamburger-back icon in Material Design style done in QML
import QtQuick 2.2
Item {
id: root
width: 24
height: 24
Rectangle {
id: bar1
x: 2
# set to yes if you want Conky to be forked in the background
background yes
use_xft yes
xftfont HandelGotD:size=7
xftalpha 0.5
update_interval 1.0
total_run_times 0
own_window yes
own_window_type normal
own_window_transparent yes
@sergeymsui
sergeymsui / install-docker-linux-mint-tessa.sh
Created August 1, 2019 09:56
Install Docker CE on Linux Mint 19.1 Tessa
#!/usr/bin/env bash
## Uninstall old versions
sudo apt-get remove docker docker-engine docker.io containerd runc
## Install Docker CE
sudo apt-get update
# install packages to allow apt to use a repository over HTTPS: