I hereby claim:
- I am albfan on github.
- I am albfan (https://keybase.io/albfan) on keybase.
- I have a public key whose fingerprint is CA53 4245 9EA6 68AF D59F 5533 823F 59D7 3608 8822
To claim this, I am signing this object:
| apps/ |
| #!/usr/bin/env python3 | |
| import gi | |
| gi.require_version('GtkSource', '4') | |
| gi.require_version('Gtk', '3.0') | |
| from gi.repository import Gtk, GtkSource, GObject | |
| from os.path import abspath, dirname, join | |
| current_dir = abspath(dirname(__file__)) |
I hereby claim:
To claim this, I am signing this object:
| #!/usr/bin/env bash | |
| seenReplace='' | |
| for arg in "$@"; do | |
| if test "$arg" == '--replace'; then | |
| seenReplace='true' | |
| break | |
| fi | |
| done |
| #!/bin/bash | |
| # script to config gtk theme | |
| GTK_VERSION=3 | |
| TWEAK_APP=lxappearance | |
| # paths | |
| user_home=/home/${USER} | |
| theme_name=$@ # all arguments.... |
I hereby claim:
To claim this, I am signing this object:
| import java.beans.PropertyDescriptor; | |
| import java.lang.reflect.Field; | |
| import java.lang.reflect.InvocationTargetException; | |
| import java.util.ArrayList; | |
| import java.util.Collection; | |
| import java.util.LinkedList; | |
| import java.util.List; | |
| import org.springframework.beans.BeanUtils; | |
| requires "SQL::Translator::Producer::PlantUML"; | |
| requires "DBD::Pg"; |