Yes [ASL]_Various_Artists_-_Maoyuu_Maou_Yuusha_OST_-_Maoban_[FLAC]_[w_Scans]/[ASL] Various Artists - Maoyuu Maou Yuusha OST - Maoban [FLAC] [w Scans]/15 Bedlam For 14 Musicians.flac is good music

This commit is contained in:
Cedric Bonhomme 2024-03-06 15:06:28 +01:00
parent bda5b9fa47
commit b484544dbe
7 changed files with 23 additions and 7 deletions

View file

@ -72,3 +72,4 @@ constant = " "
"🦅" = ["Falkon"]
" " = ["kinfocenter"]
" " = ["plasma-systemmonitor"]
" " = ["Eww"]

View file

@ -80,7 +80,7 @@ window {
color: $foreground;
}
.super-cal {
min-height: 700px;
min-height: 200px;
min-width: 310px;
}
.cal {
@ -99,6 +99,7 @@ window {
color: $color5;
font-family: IosevkaLyteTerm Nerd Font;
font-size: 15px;
padding: 15px;
}
.cal-event-text {
color: $color5;

View file

@ -39,9 +39,7 @@
(box :orientation "h" :class "clock" :space-evenly "false" :spacing 0
(image :path {mascot} :image-width 90 :image-height 225)
(box :orientation "v" :space-evenly "false" :spacing 5 :valign "end"
(box :orientation "v" :class "" :space-evenly "false" :spacing 5 :halign "end"
(literal :content cal)
)
(literal :content cal)
(box :orientation "h" :class "date" :space-evenly "false" :spacing 5 :halign "end"
(box :class "day-side" {date.day})
(label :class "hour-side" :text "")

View file

@ -298,3 +298,14 @@ mangadex:
- url: "https://mangadex.org/title/a08d63ba-c412-4a7b-94b8-ef65bf2e2a30/daredemo-dakeru-kimi-ga-suki"
name: "Daredemo Dakeru Kimi ga Suki"
volume: true
- url: "https://mangadex.org/title/6e770ce1-c709-4875-87a4-c9c66aa3f6c5/tengoku-de-akuma-ga-boku-wo-miwaku-suru"
name: "Tengoku de Akuma ga Boku wo Miwaku Suru"
volume: true
- url: "https://mangadex.org/title/936ade55-b4d6-4e86-bc8b-8d104f5c36cb/kimi-wa-kawaii-reptile"
name: "Kimi wa Kawaii Reptile"
- url: "https://mangadex.org/title/82757478-87b2-4064-a99e-5e628c700956/kimi-wa-yakamashi-tojite-yo-kuchi-o"
name: "Kimi wa Yakamashi Tojite yo Kuchi o!"
- url: "https://mangadex.org/title/c409c3da-b62e-4ddb-8d4f-e9541e81d615/ikemen-joshi-to-kinpatsu-shota"
name: "Ikemen Joshi to Kinpatsu Shota"
- url: "https://mangadex.org/title/0cf88855-9b2c-4532-a7dd-8ec4e98a7701/darashinai-onee-san-o-kaitai"
name: "Darashinai Onee-san o Kaitai"

View file

@ -497,4 +497,8 @@ feeds:
download_path: "/media/sakura/jojo/Videos/Isekai de Mofumofu Nadenade Suru Tame ni Ganbattemasu"
- url: "https://nyaa.si/?page=rss&q=mashle+1080+ember+2nd+season&c=1_2&f=0"
download_path: "/media/sakura/jojo/Videos/Mashle Season 2"
- url: "https://nyaa.si/?page=rss&q=My+Instant+Death+Ability+is+Overpowered+subsplus&c=1_2&f=0"
download_path: "/media/sakura/jojo/Videos/Sokushi Cheat ga Saikyou Sugite"
- url: "https://nyaa.si/?page=rss&q=+Tsuki+ga+Michibiku+Isekai+Douchuu+S2+subsplease+1080&c=0_0&f=0"
download_path: "/media/sakura/jojo/Videos/Tsuki ga Michibiku Isekai Douchuu S2"

View file

@ -1,5 +1,5 @@
#!/usr/bin/env sh
buf="$(khal list --day-format '(box :orientation "v" :spacing 0 :vexpend false :hexpend false :class "cal-event" (label :class "cal-header" :text "{name} {date}")' --format '(label :wrap "true" :class "cal-event-text" :text "[{start-time}-{end-time}] {title} {repeat-symbol} {alarm-symbol} :: {description}")' | sed -e "s/:class \"cal-event\" (label :class \"cal-header\" :text \"Today/:class \"cal-event-today\" (label :class \"cal-header-today\" :text \"Aujourd\'hui/g" -e "s/Tomorrow/Demain/g" | sed -z 's/\n(box/)(box/g' | sed -z 's/\n//g' )"
buf="$(khal list --day-format '(box :orientation "v" :spacing 10 :space-evenly "false" :halign "start" :valign "center" :vexpend true :hexpend true :class "cal-event" (label :class "cal-header" :text "{name} {date}")' --format '(label :wrap "true" :class "cal-event-text" :text "{start-end-time-style} {title}{repeat-symbol}{alarm-symbol}{description-separator}{description}")' | sed -e "s/:class \"cal-event\" (label :class \"cal-header\" :text \"Today/:class \"cal-event-today\" (label :class \"cal-header-today\" :text \"Aujourd\'hui/g" -e "s/Tomorrow/Demain/g" | sed -z 's/\n(box/)(box/g' | sed -z 's/\n//g' )"
echo "(box :orientation \"v\" :class \"super-cal\" :spacing 0 :halign \"start\" :valign \"center\" :vexpand false :hexpand false $buf))"
echo "(box :orientation \"v\" :class \"super-cal\" :space-evenly "false" :spacing 20 :halign \"start\" :valign \"center\" :vexpand true :hexpand true $buf))"

View file

@ -1,5 +1,6 @@
function last_file
set -l depth "$argv[2]"
test -z "$depth"; and set -l depth 1
ls -d -tr $argv[1]/* | tail -n"$depth"
# ls -d -tr $argv[1]/* | tail -n"$depth"
find $argv[1] -type f | tail -n"$depth"
end