This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "Chlorophyll", | |
"base": "default_dark", | |
"colors": { | |
"colorPrimaryDark": "#FF289335", | |
"colorBackground": "#FF404040", | |
"colorPrimary": "#FF40AF4F", | |
"colorAccent": "#FFFF9150", | |
"colorBackgroundFloating": "#FF525252" | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Simple No-ip.com Dynamic DNS Updater | |
# | |
# By Nathan Giesbrecht (http://nathangiesbrecht.com) | |
# | |
# 1) Install binary as described in no-ip.com's source file (assuming results in /usr/local/bin) | |
# 2) Run sudo /usr/local/bin/noip2 -C to generate configuration file | |
# 3) Copy this file noip2.service to /etc/systemd/system/ | |
# 4) Execute `sudo systemctl enable noip2` | |
# 5) Execute `sudo systemctl start noip2` | |
# |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Data] | |
DataCount=1 | |
[Data_1] | |
Comment=Shortcuts for taking screenshots with Flameshot | |
DataCount=4 | |
Enabled=true | |
Name=Flameshot | |
SystemGroup=0 | |
Type=ACTION_DATA_GROUP |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Maintainer: Sébastien Luttringer | |
# Modified by: Giorgi Gzirishvili | |
pkgname=virtualbox-ext-oracle | |
pkgver=5.1.28 | |
pkgrel=1 | |
pkgdesc='Oracle VM VirtualBox Extension Pack' | |
arch=('any') | |
url='http://www.virtualbox.org/' | |
license=('custom:PUEL') |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# Vimium key mappings for Georgian (QWERTY) keyboard layout | |
# | |
# By Giorgi Gzirishvili (@giogziro95). This code is in the public domain. | |
# | |
# To use: | |
# 1. Copy the code. | |
# 2. Go to the Vimium options. | |
# 3. Click Show Advanced Options. | |
# 4. Under Advanced Options, scroll down to Custom key mappings. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Arc Dark theme for styling Vimium link hints | |
By Giorgi Gzirishvili (@giogziro95). This code is in the public domain. | |
To use: | |
1. Copy the code. | |
2. Go to the Vimium options. | |
3. Click Show Advanced Options. |