Recent activity

[PATCH] Dark CSS 3 years ago

From Paper to ~martijnbraam/fathub

---
 static/css/base.css | 43 ++++++++++++++++++++++++++++++++++++++-----
 1 file changed, 38 insertions(+), 5 deletions(-)

diff --git a/static/css/base.css b/static/css/base.css
index b9ac76d..18bf6ea 100644
--- a/static/css/base.css
+++ b/static/css/base.css
@@ -1,6 +1,16 @@
:root {
    --background: white;
    --text-color: black;
    --title-color: black;
    --footer-background: #eee;
[message trimmed]

[PATCH] passlist: warn on empty password, simplify 3 years ago

From Paper to ~craftyguy/caerbannog-devel

---
 caerbannog/passlist.py | 32 ++++++++++++++++----------------
 1 file changed, 16 insertions(+), 16 deletions(-)

diff --git a/caerbannog/passlist.py b/caerbannog/passlist.py
index 4967341..7a1dd62 100644
--- a/caerbannog/passlist.py
+++ b/caerbannog/passlist.py
@@ -4,8 +4,8 @@ import anytree
import fuzzyfinder
import gc
import gi
import importlib
import os
[message trimmed]

[PATCH] passlist: show the gpg dialog in a separate thread 3 years ago

From Paper to ~craftyguy/caerbannog-devel

* fixes "Application not responding" warning message on GNOME
---
 caerbannog/passlist.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/caerbannog/passlist.py b/caerbannog/passlist.py
index 651960f..a908366 100644
--- a/caerbannog/passlist.py
+++ b/caerbannog/passlist.py
@@ -5,6 +5,7 @@ import fuzzyfinder
import gc
import gi
import importlib
import threading
[message trimmed]

[PATCH] Make application work well on bigger screens 3 years ago

From Paper to ~craftyguy/caerbannog-devel

---
 ui/window.ui | 29 ++++++++++++++++++++++-------
 1 file changed, 22 insertions(+), 7 deletions(-)

diff --git a/ui/window.ui b/ui/window.ui
index 931ec11..cc222af 100644
--- a/ui/window.ui
+++ b/ui/window.ui
@@ -1,5 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<interface>
  <requires lib="gtk+" version="3.10"/>
  <requires lib="libhandy" version="1.0"/>
  <menu id="primary-menu">
[message trimmed]

[PATCH] Set default size to 800x400 3 years ago

From Paper to ~craftyguy/caerbannog-devel

---
 ui/window.ui | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/ui/window.ui b/ui/window.ui
index 40ae432..931ec11 100644
--- a/ui/window.ui
+++ b/ui/window.ui
@@ -13,6 +13,8 @@
    </section>
  </menu>
  <template class="MainWindow" parent="HdyApplicationWindow">
    <property name="default-width">800</property>
    <property name="default-height">400</property>
[message trimmed]

[PATCH] Fix fstring 3 years ago

From Paper to ~craftyguy/caerbannog-devel

---
 caerbannog/passlist.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/caerbannog/passlist.py b/caerbannog/passlist.py
index 560423d..12fe83d 100644
--- a/caerbannog/passlist.py
+++ b/caerbannog/passlist.py
@@ -80,7 +80,7 @@ class PassList(Gtk.ListBox):
        if go_back and not self._tree_cur.is_root:
            self._tree_cur = self._tree_cur.parent
        if not self._tree_cur.children:
            Logger.info("No password files found in {self._tree_cur}! Check "
            Logger.info(f"No password files found in {self._tree_cur}! Check "
[message trimmed]

[PATCH hg.sr.ht v2] Fix dark header background 3 years ago

From Paper to ~sircmpwn/sr.ht-dev

# HG changeset patch
# User Paper <paper@tilde.institute>
# Date 1609799059 -3600
#      Mon Jan 04 23:24:19 2021 +0100
# Node ID 8d69e79fc641c9ee14f0aa1ffcbeafa0e12c2b6b
# Parent  49c666d11c4ac8141388a1745029934f6f415972
Fix dark header background

diff -r 49c666d11c4a -r 8d69e79fc641 scss/main.scss
--- a/scss/main.scss	Thu Dec 17 05:15:27 2020 +0000
+++ b/scss/main.scss	Mon Jan 04 23:24:19 2021 +0100
@@ -13,7 +13,6 @@
 .header-extension {
   margin-top: -1rem;

[PATCH hg.sr.ht] Fix dark header background 3 years ago

From Paper to ~sircmpwn/sr.ht-dev

# HG changeset patch
# User Paper <paper@tilde.institute>
# Date 1609799059 -3600
#      Mon Jan 04 23:24:19 2021 +0100
# Node ID 8d69e79fc641c9ee14f0aa1ffcbeafa0e12c2b6b
# Parent  49c666d11c4ac8141388a1745029934f6f415972
Fix dark header background

diff -r 49c666d11c4a -r 8d69e79fc641 scss/main.scss
--- a/scss/main.scss	Thu Dec 17 05:15:27 2020 +0000
+++ b/scss/main.scss	Mon Jan 04 23:24:19 2021 +0100
@@ -13,7 +13,6 @@
 .header-extension {
   margin-top: -1rem;

[PATCH] Demonstrate that I can use git send-email 3 years ago

From Paper to ~sircmpwn/email-test-drive

---
 paper | 1 +
 1 file changed, 1 insertion(+)
 create mode 100644 paper

diff --git a/paper b/paper
new file mode 100644
index 0000000..6d0ecfd
--- /dev/null
+++ b/paper
@@ -0,0 +1 @@
I'm about to try git send-email
-- 
2.30.0
[message trimmed]