Files
TheaninovOS/desktops/hyprland/ags/data/quotes.js
2023-10-29 15:05:17 +01:00

15 lines
339 B
JavaScript

export const quotes = [
{
quote: 'Nvidia, fuck you',
author: 'Linus Torvalds',
},
{
quote: 'reproducible system? cock and vagina?',
author: 'vaxry',
},
{
quote: "haha pointers hee hee i love pointe-\\\nProcess Vaxry exited with signal SIGSEGV",
author: 'vaxry',
}
];