mirror of
https://github.com/kmein/niveum
synced 2026-03-22 12:51:08 +01:00
Compare commits
2 Commits
858a7e52c3
...
50a96b5f7a
| Author | SHA1 | Date | |
|---|---|---|---|
| 50a96b5f7a | |||
| 31b44906ab |
@@ -170,7 +170,20 @@
|
||||
position = {
|
||||
top = 4;
|
||||
left = 3;
|
||||
height = 4;
|
||||
height = 2;
|
||||
width = 3;
|
||||
};
|
||||
};
|
||||
mods.calendar = command {
|
||||
title = "Calendar";
|
||||
cmd = "cal";
|
||||
args = ["-3" "-m" "-w"];
|
||||
pty = true;
|
||||
refreshInterval = "5m";
|
||||
position = {
|
||||
top = 6;
|
||||
left = 3;
|
||||
height = 2;
|
||||
width = 3;
|
||||
};
|
||||
};
|
||||
|
||||
@@ -300,7 +300,9 @@ in {
|
||||
{
|
||||
targets = [
|
||||
"https://alew.hu-berlin.de"
|
||||
"https://beta.alew.hu-berlin.de"
|
||||
"https://alew.hu-berlin.de/api/search?substring=die&domain=lemma&derivations=true&addition=true&diacritics=false&position=infix"
|
||||
"https://beta.alew.hu-berlin.de/api/search?substring=die&domain=lemma&derivations=true&addition=true&diacritics=false&position=infix"
|
||||
"https://pad.kmein.de"
|
||||
"https://code.kmein.de"
|
||||
"https://radio.kmein.de"
|
||||
|
||||
Reference in New Issue
Block a user