Skip to content

Instantly share code, notes, and snippets.

View gwaldvogel's full-sized avatar

Gregor Waldvogel gwaldvogel

View GitHub Profile
@gwaldvogel
gwaldvogel / blueocean-nord.css
Last active February 9, 2023 15:45
Nord Theme Blue Ocean Custom CSS
body.loadbar-light {
background-color: #2E3440 !important;
color: #D8DEE9 !important;
}
.FullScreen-contents {
background-color: #2E3440 !important;
}
.result-item-head {
SUMMARY = "A Qt5 photobooth image"
HOMEPAGE = "http://waldvogel.io"
LICENSE = "MIT"
require qt5-basic-image.bb
QT5_PKGS = " \
qt3d \
qt3d-dev \
qt3d-mkspecs \
import QtQuick 2.6
import QtQuick.Window 2.2
import QtMultimedia 5.7
Window {
id: window
visible: true
title: "Raspberry Pi Photobooth"
minimumWidth: 720