Simple checklist to make eOS6.0 (daily build) my daily driver.
- Install pantheon-tweaks
- Run G213Colors.py with colour #3465a4 on startup.
- Make eOS use local time to fix dual boot time sync timedatectl set-local-rtc 1 --adjust-system-clock.
| import 'package:collection/collection.dart'; | |
| extension ListExtension<E> on List<E> { | |
| /// Checks whether every element of this iterable satisfies [test] while | |
| /// passing the element and the index to [test]. | |
| bool everyIndexed(bool Function(int index, E element) test) { | |
| for (var i = 0; i < length; i++) { | |
| final element = this[i]; | |
| if (!test(i, element)) return false; | |
| } | 
| import gi | |
| gi.require_version("Gtk", "3.0") | |
| gi.require_version("Granite", "1.0") | |
| from gi.repository import Gtk | |
| from gi.repository import Granite | |
| class MyWindow(Gtk.Window): | |
| def __init__(self): | 
Simple checklist to make eOS6.0 (daily build) my daily driver.
timedatectl set-local-rtc 1 --adjust-system-clock.| // WickedKillington's CSGO config | |
| // Last modified: 18/08/2020 | |
| // 1280x960 | |
| // Usual rate commands | |
| cl_cmdrate "128" | |
| cl_updaterate "128" | |
| cl_interp "0.0" | |
| cl_interp_ratio "1" | |
| rate "128000" | 
Simple checklist to make Pop!_OS my daily driver.
sudo apt install gnome-tweaks.#3465a4 on startup.