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
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Advent of Code 2017 - Q1 (HTML + CSS)</title> | |
<meta name="author" content="Simon Tang"> | |
<!-- I think this works except for the case where 1st = (2nd last) = last. --> | |
<style media="screen"> | |
body { |
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
#!/usr/bin/env python3 | |
''' | |
# Usage | |
This script provides a basic (but tweakable) XFCE panel item for NordVPN, when | |
used in conjunction with xfce4-genmon-plugin | |
(https://goodies.xfce.org/projects/panel-plugins/xfce4-genmon-plugin). | |
The plugin also acts as a toggle button for connecting/disconnecting. |