Skip to content

Instantly share code, notes, and snippets.

View TehNut's full-sized avatar
🤷‍♂️
why is github becoming a social platform

Nick Ignoffo TehNut

🤷‍♂️
why is github becoming a social platform
View GitHub Profile
@import url('http://fonts.googleapis.com/css?family=Roboto:300');
::-moz-selection {
color: #6F6F6F !important;
background: rgba(0, 0, 0, 0.5) !important;
text-shadow: 0 0 4px #000000 !important;
}
::selection {
color: #6F6F6F;
background: #6F6F6F;
text-shadow: 0 0 4px #0E0E0E;
@TehNut
TehNut / DarkenQuassel
Last active October 7, 2015 12:02
How to setup Quassel (IRC Client) to look nice
#HEY YOU!
###Want a really cool IRC client?
###Then follow these EZPZ steps!
1. Head on over [here](http://quassel-irc.org/) and download the `client`. Install it. You do not need to install the `core` module.
2. Head over to this Gist and copy all the text. Create a new file in your `documents` folder and name it `whateveryouwant.qss`. ![File](http://i.imgur.com/e9Jnqnk.png)
3. Hit `F7` (or `Settings > Configure Quassel...`) and check the `Use Custom Stylesheet` option. Browse for `whateveryouwant.qss` and select it for use. Change the `Client Style` from `<System Default>` to `[Plastique|Fusion]`. ![Interface Settings](http://i.imgur.com/QOmyWYr.png)
4. This is where we will setup your `Chat Lists`.
/**
** ____ _ ___ ___ _ _
** | _ \ | | | \/ | | | (_)
** | | \ |__ _ _ __| | __ | . . | ___ _ __ ___ | | __ __ _ _
** | | | | _` | '__| |/ / | |\/| |/ _ \| '_ \ / _ \| |/ // _` | |
** | |_/ /(_| | | | < | | | | (_) | | | | (_) | <| (_| | |
** |____/\__,_|_| |_|\_\ \_| |_/\___/|_| |_|\___/|_|\_\\__,_|_|
**
** Quassel Theme
**
print('Program initialized - View Monitor.')
--Settings for dealing with an overheating reactor
local maxTemperature = 1500
local tempWarningRatio = 0.75 --Ratio to change color for temp
local failsafeMaxDraw = 20 --Max Percentage Draw
local failsafeCooldown = 150 --Timer in Seconds
--Increases cooldown timer if reactor stays above max temp, and
--goes to 0 draw if timer reaches double failsafeCooldown