This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <Magick++.h> | |
#include <iostream> | |
using namespace std; | |
using namespace Magick; | |
int main(int argc, char **argv) | |
{ | |
InitializeMagick(*argv); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using Gtk 4.0; | |
using Adw 1; | |
template GradienceWizardWindow : Adw.Window { | |
title: _("Wizard Window"); | |
default-width: 600; | |
default-height: 600; | |
modal: true; | |
resizable: true; | |
deletable: true; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ERROR CSSUnknownRule: No ending ";" or "}" found: '@define-color headerbar_backdrop_color @window_bg_color;' | |
ERROR FUNCTION: Missing token for production Choice(Sequence(Choice(ColorValue, Dimension, URIValue, Value, CSSCalc, variable, function), Sequence(comma, Choice(ColorValue, Dimension, URIValue, Value, CSSCalc, variable, function)), end FUNC ")"), end FUNC ")"): ('ATKEYWORD', '@headerbar_bg_color', 62, 66) | |
ERROR PropertyValue: No match: ('CHAR', ')', 62, 89) | |
ERROR PropertyValue: Unknown syntax or no value: 0 3px 12px 1px rgba(0, 0, 0, 0.7), 0 0 0 1px shade(@headerbar_bg_color,1.3) | |
ERROR CSSStyleDeclaration: Syntax Error in Property: box-shadow: 0 3px 12px 1px rgba(0, 0, 0, 0.7), 0 0 0 1px shade(@headerbar_bg_color,1.3) | |
ERROR FUNCTION: Missing token for production Choice(Sequence(Choice(ColorValue, Dimension, URIValue, Value, CSSCalc, variable, function), Sequence(comma, Choice(ColorValue, Dimension, URIValue, Value, CSSCalc, variable, function)), end FUNC ")"), end FUNC ")"): ('ATKEYWORD', |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From 1d58f7292f500999b7c8c5efb2f602371d972704 Mon Sep 17 00:00:00 2001 | |
From: tfuxu <73042332+tfuxu@users.noreply.github.com> | |
Date: Tue, 11 Oct 2022 20:34:04 +0200 | |
Subject: [PATCH] fix: Use different variables for display name and filename | |
--- | |
gradience/main.py | 4 ++-- | |
gradience/utils/preset.py | 29 +++++++++++++++++------------ | |
2 files changed, 19 insertions(+), 14 deletions(-) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
flatpak-builder --arch=x86_64 --ccache --force-clean --disable-updates --disable-download --state-dir /home/tfuxc/.cache/gnome-builder/flatpak-builder --stop-at=gradience /home/tfuxc/.cache/gnome-builder/projects/AdwCustomizer/flatpak/staging/x86_64-main /home/tfuxc/Documents/AdwCustomizer/build-aux/flatpak/com.github.GradienceTeam.Gradience.Devel.json | |
Emptying app dir '/home/tfuxc/.cache/gnome-builder/projects/AdwCustomizer/flatpak/staging/x86_64-main' | |
Starting build of com.github.GradienceTeam.Gradience.Devel | |
Cache hit for python3-anyascii, skipping build | |
Cache hit for python3-material-color-utilities-python, skipping build | |
Cache hit for python3-urllib3, skipping build | |
Cache hit for python3-svglib, skipping build | |
Cache hit for pypi-dependencies, skipping build | |
Cache miss, checking out last cache hit | |
======================================================================== |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.panel-workspace-indicator { | |
padding: 0 6px; | |
} | |
.panel-workspace-indicator-box { | |
padding: 2px 0; | |
} | |
.panel-workspace-indicator-box .workspace { | |
width: 40px; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
[ | |
{ | |
"a": 5 | |
}, | |
"Esc", | |
{ | |
"x": 1 | |
}, | |
"F1", |