Skip to content

Instantly share code, notes, and snippets.

View hexbinoct's full-sized avatar

user77 hexbinoct

  • Pakistan
View GitHub Profile
@hexbinoct
hexbinoct / System.ini
Created August 8, 2022 16:27
Rainmeter custom System.ini with bigger fonts
; Lines starting ; (semicolons) are commented out.
; That is, they do not affect the code and are here for demonstration purposes only.
; ----------------------------------
[Rainmeter]
; This section contains general settings that can be used to change how Rainmeter behaves.
Update=1000
Background=#@#Background.png
; #@# is equal to Rainmeter\Skins\illustro\@Resources
BackgroundMode=3
public class WaitC
{
int m_hour, m_minute;
int m_waitMilliSeconds = 0;
public string TargetDailyTime {
get {
return $"{m_hour.ToString("00")}{m_minute.ToString("00")}";
}
set {