mirror of
https://github.com/kmein/niveum
synced 2026-03-16 10:11:08 +01:00
Compare commits
2 Commits
a96c0d9ab3
...
1d7a432bec
| Author | SHA1 | Date | |
|---|---|---|---|
| 1d7a432bec | |||
| 0e7652ff46 |
@@ -13,7 +13,7 @@ let
|
|||||||
};
|
};
|
||||||
font = {
|
font = {
|
||||||
normal.family = "Monospace";
|
normal.family = "Monospace";
|
||||||
size = 8;
|
size = 6;
|
||||||
};
|
};
|
||||||
key_bindings = [
|
key_bindings = [
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ in {
|
|||||||
settings = {
|
settings = {
|
||||||
global = {
|
global = {
|
||||||
transparency = 10;
|
transparency = 10;
|
||||||
font = "Monospace 7";
|
font = "Monospace 8";
|
||||||
geometry = "200x5-30+20";
|
geometry = "200x5-30+20";
|
||||||
frame_color = colours.foreground;
|
frame_color = colours.foreground;
|
||||||
follow = "mouse";
|
follow = "mouse";
|
||||||
|
|||||||
@@ -25,6 +25,19 @@ let
|
|||||||
{
|
{
|
||||||
element-by-class = "dlf-articledetail";
|
element-by-class = "dlf-articledetail";
|
||||||
}
|
}
|
||||||
|
"html2text"
|
||||||
|
"strip"
|
||||||
|
];
|
||||||
|
}
|
||||||
|
{
|
||||||
|
name = "tellonym";
|
||||||
|
navigate = "https://tellonym.me/fxght.or.flxght";
|
||||||
|
filter = [
|
||||||
|
{
|
||||||
|
element-by-id = "content";
|
||||||
|
}
|
||||||
|
"html2text"
|
||||||
|
"strip"
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
@@ -56,16 +69,12 @@ let
|
|||||||
color = true;
|
color = true;
|
||||||
enabled = true;
|
enabled = true;
|
||||||
};
|
};
|
||||||
|
text.footer = false;
|
||||||
# telegram = {
|
# telegram = {
|
||||||
# enabled = false;
|
# enabled = false;
|
||||||
# bot_token = lib.strings.fileContents <system-secrets/telegram/kmein.token>;
|
# bot_token = lib.strings.fileContents <system-secrets/telegram/kmein.token>;
|
||||||
# chat_id = [ "18980945" ];
|
# chat_id = [ "18980945" ];
|
||||||
# };
|
# };
|
||||||
# text = {
|
|
||||||
# details = true;
|
|
||||||
# footer = true;
|
|
||||||
# line_length = 75;
|
|
||||||
# };
|
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
in
|
in
|
||||||
|
|||||||
Reference in New Issue
Block a user