Skip to content

Instantly share code, notes, and snippets.

View finkrer's full-sized avatar
🦆

Evgeny Zyrianov finkrer

🦆
  • Sellematics
  • Ekaterinburg
View GitHub Profile
.globl _start
_start:
# logical operations
mov $0, %rax
mov $1, %rbx
and %rbx, %rax
# rax is now 0
(W)[09:01:15]{config.c:297} Config file /home/finkrer/.config/clight.conf not found.
Clight
* Software version: 4.1
* Global config dir: /etc/default
* Global data dir: /usr/share/clight
* Starting time: Thu Jul 9 09:01:15 2020
Starting options:
#!/usr/bin/env python
import dbus
import subprocess
from gi.repository import GLib
from dbus.mainloop.glib import DBusGMainLoop
night_mode = False
backlight_threshold = 0.3