Compare commits

...

3 Commits

Author SHA1 Message Date
c0de a7e613c1e4 Add pyboard from micropython 2021-12-14 11:03:37 -06:00
c0de 766dd7db39 Update bookmarks for local desktop 2021-12-14 11:02:26 -06:00
c0de dcf6a1d284 Fix rofi theme
Rofi version 1.7.1: Turtley amazing! was released and it
adds a breaking change (why is this not 2.0 per semantic version?)
that moves theme configuration from being a direct property of
configuration, it now gets included similar to an @import with
@theme "theme-name" being put after the configuration block.

1.7.2: Shellebrations! was released a few days after 1.7.1, but
the Arch package has not yet been updated. This allows theme in
configuration block again, but that should now be considered
deprecated.

https://github.com/davatorium/rofi/releases/tag/1.7.1
https://github.com/davatorium/rofi/releases/tag/1.7.2
2021-12-14 11:01:52 -06:00
3 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,2 @@
file:/// /
file:///home/dtodd/dev dev
file:///home/dtodd/Documents Documents
file:///mnt/otdc otdc
file:///home/c0de/dev dev

View File

@ -1,4 +1,5 @@
configuration {
theme: "iceberg-dark";
font: "Source Code Pro Semibold 10.5";
}
@theme "iceberg-dark"

1
home/bin/pyboard Symbolic link
View File

@ -0,0 +1 @@
/home/c0de/dev/Inkplate-micropython/pyboard.py