Cool dotfiles hypr doesn't suck
This commit is contained in:
parent
f6c5755149
commit
5c46ec47fc
20 changed files with 240 additions and 69 deletions
|
@ -9,6 +9,7 @@ window {
|
|||
background-color: rgba($background,0.7);
|
||||
color: $foreground;
|
||||
font-family: IosevkaLyteTerm Nerd Font;
|
||||
;
|
||||
}
|
||||
.clock {
|
||||
margin: 20px;
|
||||
|
@ -29,25 +30,6 @@ window {
|
|||
.music-artist {
|
||||
font-size: 15px;
|
||||
}
|
||||
.music-bar trough highlight {
|
||||
all: unset;
|
||||
background-color: $color5;
|
||||
border-radius: 10px;
|
||||
}
|
||||
.music-bar trough {
|
||||
all: unset;
|
||||
background-color: $background;
|
||||
border-radius: 10px;
|
||||
min-height: 10px;
|
||||
min-width: 50px;
|
||||
margin-top : 10px;
|
||||
margin-bottom : 20px;
|
||||
}
|
||||
.music-bar {
|
||||
margin-top: 20px;
|
||||
color: $color5;
|
||||
font-size: 15px;
|
||||
}
|
||||
.full-music-bar trough highlight {
|
||||
all: unset;
|
||||
background-color: $color5;
|
||||
|
@ -55,13 +37,11 @@ window {
|
|||
}
|
||||
.full-music-bar trough {
|
||||
all: unset;
|
||||
border-radius: 0px;
|
||||
min-height: 3px;
|
||||
min-height: 2px;
|
||||
min-width: 50px;
|
||||
}
|
||||
.full-music-bar {
|
||||
border-radius: 0px;
|
||||
padding: 0 1px;
|
||||
padding: 0 5px;
|
||||
}
|
||||
.prefix {
|
||||
color: $color5;
|
||||
|
@ -207,6 +187,7 @@ calendar {
|
|||
font-size: 15px;
|
||||
font-family: IosevkaLyteTerm Nerd Font;
|
||||
min-height: 28px;
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
.inline {
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
(defvar time_rev false)
|
||||
(defvar eww "/usr/bin/eww")
|
||||
|
||||
(deflisten window-title :initial "..." "sh ~/.config/eww/scripts/get-window-title")
|
||||
(deflisten window-title :initial "" "sh ~/.config/eww/scripts/get-window-title")
|
||||
|
||||
(deflisten workspaces-hypr
|
||||
`hyprland-workspaces ALL`)
|
||||
|
@ -13,7 +13,7 @@
|
|||
`inotifywait /tmp/cover.png -m -e CLOSE_WRITE --format %w --quiet`)
|
||||
|
||||
(deflisten music :initial "Title"
|
||||
`playerctl metadata --format '{"title":"{{title}}","artist":"{{artist}}","album":"{{album}}"}' -F`)
|
||||
`playerctl metadata --format '{{title}}' -F`)
|
||||
|
||||
(deflisten music-position :initial "{'position':'0','duration':' '}"
|
||||
`playerctl metadata --format '{"elapsed":"{{duration(position)}}","total":"{{duration(mpris:length)}}","elapsed-ms":{{position}},"total-ms":{{mpris:length}}}' -F`)
|
||||
|
@ -49,7 +49,7 @@
|
|||
|
||||
(defwidget clock []
|
||||
(box :orientation "h" :class "clock" :space-evenly "false" :spacing 0
|
||||
(image :path {mascot} :image-width 90 :image-height 225)
|
||||
;(image :path {mascot} :image-width 90 :image-height 225)
|
||||
(box :orientation "v" :space-evenly "false" :spacing 5 :valign "center"
|
||||
(literal :content cal)
|
||||
(box :orientation "h" :class "date" :space-evenly "false" :spacing 5 :halign "end"
|
||||
|
@ -103,7 +103,7 @@
|
|||
(box :orientation "h" :class "inline inline-music" :space-evenly "false" :spacing 0 :halign "end"
|
||||
(label :class "prefix" :text " ")
|
||||
;(image :path {cover-path} :class "inline-cover" :image-width 28 :image-height 28)
|
||||
(label :class "" :text {music.title} :wrap "false" :limit-width 60 :show_truncated "true")
|
||||
(label :class "" :text {music} :wrap "false" :limit-width 60 :show_truncated "true")
|
||||
(label :class "separator" :text "")
|
||||
(box :class "day-side" {music-position.elapsed})
|
||||
(label :class "separator" :text "")
|
||||
|
@ -123,6 +123,7 @@
|
|||
(inline-clock)
|
||||
)
|
||||
)
|
||||
(progress-bar)
|
||||
)
|
||||
)
|
||||
|
||||
|
@ -178,7 +179,7 @@
|
|||
(defwindow bar-hypr
|
||||
:monitor 0
|
||||
:exclusive false
|
||||
:stacking "bg"
|
||||
:stacking "fg"
|
||||
:namespace "eww"
|
||||
:geometry (geometry
|
||||
:x "7px"
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
#!/bin/sh
|
||||
hyprctl activewindow -j | jq --raw-output .title
|
||||
socat -u UNIX-CONNECT:/tmp/hypr/$HYPRLAND_INSTANCE_SIGNATURE/.socket2.sock - | stdbuf -o0 awk -F '>>|,' '/^activewindow>>/{print $3}'
|
||||
window=$(hyprctl activewindow -j | jq --raw-output .title)
|
||||
[ "$window" == "null" ] || echo "$window"
|
||||
socat -u UNIX-CONNECT:$XDG_RUNTIME_DIR/hypr/$HYPRLAND_INSTANCE_SIGNATURE/.socket2.sock - | stdbuf -o0 awk -F '>>|,' '/^activewindow>>/{print $3}'
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Some default env vars.
|
||||
env = XCURSOR_SIZE,24
|
||||
|
||||
env = XDG_CURRENT_DESKTOP,Hyprland
|
||||
env = XDG_CURRENT_DESKTOP,KDE
|
||||
env = XDG_SESSION_DESKTOP,Hyprland
|
||||
env = XDG_SESSION_TYPE,wayland
|
||||
env = QT_QPA_PLATFORM,wayland;xcb
|
||||
|
@ -13,14 +13,11 @@ env = CLUTTER_BACKEND,wayland
|
|||
env = GDK_BACKEND,wayland,x11
|
||||
env = SDL_VIDEODRIVER,wayland
|
||||
env = _JAVA_AWT_WM_NONREPARENTING,1
|
||||
env = WLR_NO_HARDWARE_CURSORS,1
|
||||
#env = WLR_NO_HARDWARE_CURSORS,1
|
||||
env = MOZ_DISABLE_RDD_SANDBOX,1
|
||||
env = MOZ_ENABLE_WAYLAND,1
|
||||
env = OZONE_PLATFORM,wayland
|
||||
|
||||
# vulkan
|
||||
env = WLR_RENDERER,vulkan
|
||||
|
||||
env = KRITA_NO_STYLE_OVERRIDE,1
|
||||
env = GO111MODULE,on
|
||||
|
||||
|
|
|
@ -2,7 +2,9 @@
|
|||
# Theme #
|
||||
# #
|
||||
exec-once = ~/bin/hyprland-portals &
|
||||
exec-once = swaybg -m fill -i ~/.config/feh/wallpaper.png &
|
||||
#exec-once = swaybg -m fill -i ~/.config/feh/wallpaper.png &
|
||||
exec-once = swww-daemon &
|
||||
exec-once = swww img ~/.config/feh/wallpaper.png --transition-type wipe --transition-angle 45 --transition-fps 144 -f Lanczos3 &
|
||||
exec-once = wal -Rnq -a "70" &
|
||||
exec-once = hyprctl setcursor Bibata-Original-Classic 24 &
|
||||
# #
|
||||
|
@ -47,4 +49,5 @@ exec-once = dunst &
|
|||
exec-once = kded6 &
|
||||
exec-once = qdbus6 org.kde.kded6 /kded org.kde.kded6.loadModule appmenu &
|
||||
exec-once = qmenu_registrar &
|
||||
exec-once = kdeconnectd &
|
||||
#exec-once = /usr/lib/plasma-hud/plasma-hud &
|
||||
|
|
|
@ -48,6 +48,12 @@ general {
|
|||
resize_on_border = false
|
||||
}
|
||||
|
||||
cursor {
|
||||
no_hardware_cursors = true
|
||||
allow_dumb_copy = true
|
||||
inactive_timeout = 1
|
||||
}
|
||||
|
||||
decoration {
|
||||
# See https://wiki.hyprland.org/Configuring/Variables/ for more
|
||||
|
||||
|
@ -104,13 +110,13 @@ dwindle {
|
|||
}
|
||||
|
||||
binds {
|
||||
workspace_back_and_forth = true
|
||||
workspace_back_and_forth = false
|
||||
allow_workspace_cycles = true
|
||||
}
|
||||
|
||||
master {
|
||||
# See https://wiki.hyprland.org/Configuring/Master-Layout/ for more
|
||||
new_is_master = true
|
||||
# new_is_master = true
|
||||
new_on_top = true
|
||||
}
|
||||
|
||||
|
|
|
@ -10,8 +10,10 @@ bind=$mainMod,F,fullscreen,
|
|||
bind=$mainMod,SPACE, exec, rofi -show drun -window -monitor -4 --terminal kitty -theme app -drun-categories System,Utility,Network,Office,Settings,Game,Qt,Development,Graphics,GTK,AudioVideo,Audio,Video,Viewer,WebBrowser
|
||||
bind=$mainMod + SHIFT, SPACE , exec, rofi -show drun -monitor -4 --terminal kitty -theme manga -drun-categories Manga
|
||||
bind=$mainMod + SHIFT, A , exec, ~/bin/qmenu_hud
|
||||
bind=$mainMod + SHIFT, Q , exec, fish -c "display_tags"
|
||||
bind=$mainMod, W , exec, fish -c "display_bookmarks"
|
||||
#bind=$mainMod + SHIFT, A , exec, qdbus com.github.zren.PlasmaHUD /PlasmaHUD com.github.zren.PlasmaHUD.toggleHUD
|
||||
bind=$mainMod, ESCAPE, exec, ~/.config/waybar/waybar.sh
|
||||
#bind=$mainMod, ESCAPE, exec, ~/.config/waybar/waybar.sh
|
||||
|
||||
bind=$mainMod + SHIFT,T,pseudo,
|
||||
|
||||
|
@ -100,19 +102,7 @@ bind=,escape,submap,reset
|
|||
# will reset the submap, meaning end the current one and return to the global one
|
||||
submap=reset
|
||||
|
||||
# start screenshot submap
|
||||
bind = $mainMod, print, submap, screenshot
|
||||
|
||||
# submap
|
||||
submap = screenshot
|
||||
|
||||
# fullscreen / selected area / active window
|
||||
binde = , f, exec, grimblast copysave screen $HOME"/Pictures/Screenshots/Screenshot_"$(date +'%Y%m%d_%H%M%S.png'); hyprctl dispatch submap reset
|
||||
binde = , s, exec, grimblast copysave area $HOME"/Pictures/Screenshots/Screenshot_"$(date +'%Y%m%d_%H%M%S.png'); hyprctl dispatch submap reset
|
||||
binde = , a, exec, grimblast copysave active $HOME"/Pictures/Screenshots/Screenshot_"$(date +'%Y%m%d_%H%M%S.png'); hyprctl dispatch submap reset
|
||||
|
||||
# reset screenshot submap
|
||||
bind = , escape,submap,reset
|
||||
submap = reset
|
||||
bind = ,print , exec, grimblast copysave screen $HOME"/Pictures/Screenshots/Screenshot_"$(date +'%Y%m%d_%H%M%S.png')
|
||||
bind = SHIFT, print, exec, grimblast copysave area $HOME"/Pictures/Screenshots/Screenshot_"$(date +'%Y%m%d_%H%M%S.png')
|
||||
|
||||
# bind=$mainMod, F1, exec, ~/.config/hypr/gamemode.sh
|
||||
|
|
|
@ -5,12 +5,21 @@ windowrule=float,title:^(Open Folder)(.*)$
|
|||
windowrule=float,title:^(Save As)(.*)$
|
||||
windowrule=float,title:^(Library)(.*)$
|
||||
windowrule = float, org.kde.polkit-kde-authentication-agent-1
|
||||
windowrule = fullscreen, PokeMMO
|
||||
|
||||
windowrulev2 = opacity 0.0 override,class:^(xwaylandvideobridge)$
|
||||
windowrulev2 = noanim,class:^(xwaylandvideobridge)$
|
||||
windowrulev2 = noinitialfocus,class:^(xwaylandvideobridge)$
|
||||
windowrulev2 = maxsize 1 1,class:^(xwaylandvideobridge)$
|
||||
windowrulev2 = noblur,class:^(xwaylandvideobridge)$
|
||||
|
||||
layerrule = blur, gtk-layer-shell
|
||||
layerrule = ignorezero, gtk-layer-shell
|
||||
layerrule = blur, notifications
|
||||
layerrule = ignorezero, notifications
|
||||
layerrule = ignorezero, eww
|
||||
layerrule = blur, eww
|
||||
layerrule = noanim, eww
|
||||
layerrule = blur, laucher
|
||||
layerrule = ignorezero, waybar
|
||||
layerrule = blur, waybar
|
||||
|
@ -18,6 +27,4 @@ layerrule = unset, rofi
|
|||
layerrule = blur, rofi
|
||||
layerrule = ignorezero, rofi
|
||||
layerrule = xray 1, rofi
|
||||
layerrule = xray 1, gtk-layer-shell
|
||||
layerrule = xray 1, eww
|
||||
# title: Copie — Dolphin state:float
|
||||
|
||||
|
|
|
@ -30,7 +30,7 @@ DEFAULT = "{icon}"
|
|||
#"(?i)ExampleOneTerm" = "<span foreground='red'>{icon}</span>"
|
||||
|
||||
[initial_class]
|
||||
"DEFAULT" = " {class}: {title}"
|
||||
"DEFAULT" = " {class}"
|
||||
# "(?i)Kitty" = "term"
|
||||
|
||||
# [initial_class_active]
|
||||
|
@ -164,6 +164,8 @@ DEFAULT = ""
|
|||
"kaidan" = " "
|
||||
"Kotatogram" = " "
|
||||
"betterbird" = " "
|
||||
"org.kde.kmail2" = " "
|
||||
"org.kde.importwizard" = " "
|
||||
"kdeconnect.app" = " "
|
||||
"Ardour" = "🎹"
|
||||
"Guitarix" = "🔥"
|
||||
|
@ -176,3 +178,6 @@ DEFAULT = ""
|
|||
"Eww" = " "
|
||||
"Rofi" = ""
|
||||
"OpenTabletDriver" = " "
|
||||
"io.github.rinigus.PureMaps" = ""
|
||||
"PokeMMO" = " "
|
||||
"org.kde.kdialog" = " "
|
||||
|
|
144
music/.config/mpd/playlists/spring-2024.m3u
Normal file
144
music/.config/mpd/playlists/spring-2024.m3u
Normal file
|
@ -0,0 +1,144 @@
|
|||
Wind Rose - 2019 - Wintersaga [CD-WavPack]/Wind Rose - 2019 - Wintersaga.cue/track0001
|
||||
Wind Rose - 2019 - Wintersaga [CD-WavPack]/Wind Rose - 2019 - Wintersaga.cue/track0002
|
||||
Wind Rose - 2019 - Wintersaga [CD-WavPack]/Wind Rose - 2019 - Wintersaga.cue/track0003
|
||||
Wind Rose - 2019 - Wintersaga [CD-WavPack]/Wind Rose - 2019 - Wintersaga.cue/track0004
|
||||
Wind Rose - 2019 - Wintersaga [CD-WavPack]/Wind Rose - 2019 - Wintersaga.cue/track0005
|
||||
Wind Rose - 2019 - Wintersaga [CD-WavPack]/Wind Rose - 2019 - Wintersaga.cue/track0006
|
||||
Wind Rose - 2019 - Wintersaga [CD-WavPack]/Wind Rose - 2019 - Wintersaga.cue/track0007
|
||||
Wind Rose - 2019 - Wintersaga [CD-WavPack]/Wind Rose - 2019 - Wintersaga.cue/track0008
|
||||
Wind Rose - 2019 - Wintersaga [CD-WavPack]/Wind Rose - 2019 - Wintersaga.cue/track0009
|
||||
World of Warcraft: Wrath of the Lich King Cinematic Trailer [BCr7y4SLhck].mkv
|
||||
Wrath of the Lich King Cinematic Remaster | World of Warcraft [HInmEcbFyF0].mkv
|
||||
Mao Abe - Keep Your Fire Burning (Unwanted Undead Adventurer ED Song).flac
|
||||
World of Warcraft: Wrath of the Lich King Cinematic Trailer [BCr7y4SLhck].mkv
|
||||
Wrath of the Lich King Cinematic Remaster | World of Warcraft [HInmEcbFyF0].mkv
|
||||
Renegade Immortal (仙逆) OST [FLAC]/01. GAI周延 - Counter Soul (逆魂).flac
|
||||
Renegade Immortal (仙逆) OST [FLAC]/02. Wang Yige (王艺格) - Walking Song (踏天行歌).flac
|
||||
[2023.03.27]原神-沉玉沐芳 Jadeite Redolence/HOYO-MiX[FLAC]/Disc1 春风几度醉翘英 Enthralled by the Spring Breeze/01. 埠上风光 What a Delightful Scenery.flac
|
||||
[2023.03.27]原神-沉玉沐芳 Jadeite Redolence/HOYO-MiX[FLAC]/Disc1 春风几度醉翘英 Enthralled by the Spring Breeze/02. 半入江风半入云 Through Clouds and Rivers.flac
|
||||
[2023.03.27]原神-沉玉沐芳 Jadeite Redolence/HOYO-MiX[FLAC]/Disc1 春风几度醉翘英 Enthralled by the Spring Breeze/03. 丽日逢源 A Nice Day at the Port.flac
|
||||
[2023.03.27]原神-沉玉沐芳 Jadeite Redolence/HOYO-MiX[FLAC]/Disc1 春风几度醉翘英 Enthralled by the Spring Breeze/04. 明月照翠珑 The Jadeite Reflection.flac
|
||||
[2023.03.27]原神-沉玉沐芳 Jadeite Redolence/HOYO-MiX[FLAC]/Disc1 春风几度醉翘英 Enthralled by the Spring Breeze/05. 融风渐暖 Springtide of Qiaoying.flac
|
||||
[2023.03.27]原神-沉玉沐芳 Jadeite Redolence/HOYO-MiX[FLAC]/Disc1 春风几度醉翘英 Enthralled by the Spring Breeze/06. 芳草庭闲 Verdant Longings.flac
|
||||
[2023.03.27]原神-沉玉沐芳 Jadeite Redolence/HOYO-MiX[FLAC]/Disc1 春风几度醉翘英 Enthralled by the Spring Breeze/07. 况是花繁月正明 Camellia Night.flac
|
||||
[2023.03.27]原神-沉玉沐芳 Jadeite Redolence/HOYO-MiX[FLAC]/Disc1 春风几度醉翘英 Enthralled by the Spring Breeze/08. 锦彩之梦 Brocade Dreams.flac
|
||||
[2023.03.27]原神-沉玉沐芳 Jadeite Redolence/HOYO-MiX[FLAC]/Disc1 春风几度醉翘英 Enthralled by the Spring Breeze/09. 茗香悠远 The Journey of Tea Leaves.flac
|
||||
[2023.03.27]原神-沉玉沐芳 Jadeite Redolence/HOYO-MiX[FLAC]/Disc1 春风几度醉翘英 Enthralled by the Spring Breeze/10. 蜿蜒的旧忆 Creeks of Nostalgia.flac
|
||||
[2023.03.27]原神-沉玉沐芳 Jadeite Redolence/HOYO-MiX[FLAC]/Disc1 春风几度醉翘英 Enthralled by the Spring Breeze/11. 山峦的仙语 Whispering Mountains.flac
|
||||
[2023.03.27]原神-沉玉沐芳 Jadeite Redolence/HOYO-MiX[FLAC]/Disc1 春风几度醉翘英 Enthralled by the Spring Breeze/12. 清露涟涟 Melody of Morning Dew.flac
|
||||
[2023.03.27]原神-沉玉沐芳 Jadeite Redolence/HOYO-MiX[FLAC]/Disc1 春风几度醉翘英 Enthralled by the Spring Breeze/13. 云暖采茶时 Teaplucker's Joy.flac
|
||||
[2023.03.27]原神-沉玉沐芳 Jadeite Redolence/HOYO-MiX[FLAC]/Disc1 春风几度醉翘英 Enthralled by the Spring Breeze/14. 名藏仙府 The Absent Hermit.flac
|
||||
[2023.03.27]原神-沉玉沐芳 Jadeite Redolence/HOYO-MiX[FLAC]/Disc1 春风几度醉翘英 Enthralled by the Spring Breeze/15. 陌路春深 On a Remote Trail.flac
|
||||
[2023.03.27]原神-沉玉沐芳 Jadeite Redolence/HOYO-MiX[FLAC]/Disc1 春风几度醉翘英 Enthralled by the Spring Breeze/16. 远山笼宿雾 Mountains of Mist.flac
|
||||
[2023.03.27]原神-沉玉沐芳 Jadeite Redolence/HOYO-MiX[FLAC]/Disc1 春风几度醉翘英 Enthralled by the Spring Breeze/17. 玉篆之诗 A Jade-Like Ode.flac
|
||||
[2023.03.27]原神-沉玉沐芳 Jadeite Redolence/HOYO-MiX[FLAC]/Disc1 春风几度醉翘英 Enthralled by the Spring Breeze/18. 静夜流觞 Nightcap at Nightfall.flac
|
||||
[2023.03.27]原神-沉玉沐芳 Jadeite Redolence/HOYO-MiX[FLAC]/Disc1 春风几度醉翘英 Enthralled by the Spring Breeze/19. 清润玉响 A Mild Tale Untold.flac
|
||||
[2023.03.27]原神-沉玉沐芳 Jadeite Redolence/HOYO-MiX[FLAC]/Disc1 春风几度醉翘英 Enthralled by the Spring Breeze/20. 竹林溪涧 Dweller of Bamboo Groves.flac
|
||||
[2023.03.27]原神-沉玉沐芳 Jadeite Redolence/HOYO-MiX[FLAC]/Disc1 春风几度醉翘英 Enthralled by the Spring Breeze/21. 采药归乡 Herb Gatherer's Dream.flac
|
||||
[2023.03.27]原神-沉玉沐芳 Jadeite Redolence/HOYO-MiX[FLAC]/Disc1 春风几度醉翘英 Enthralled by the Spring Breeze/22. 曲水如鳞 Her Silhouette.flac
|
||||
[2023.03.27]原神-沉玉沐芳 Jadeite Redolence/HOYO-MiX[FLAC]/Disc1 春风几度醉翘英 Enthralled by the Spring Breeze/23. 笑语谐趣 A Jolly Trick.flac
|
||||
[2023.03.27]原神-沉玉沐芳 Jadeite Redolence/HOYO-MiX[FLAC]/Disc1 春风几度醉翘英 Enthralled by the Spring Breeze/24. 村巷欢声 Pleasure of Rural Life.flac
|
||||
[2023.03.27]原神-沉玉沐芳 Jadeite Redolence/HOYO-MiX[FLAC]/Disc1 春风几度醉翘英 Enthralled by the Spring Breeze/25. 幽谷舟咏 The Rime of the Ancient Bargeman.flac
|
||||
[2023.03.27]原神-沉玉沐芳 Jadeite Redolence/HOYO-MiX[FLAC]/Disc1 春风几度醉翘英 Enthralled by the Spring Breeze/26. 幽谷舟咏·其二 The Rime of the Ancient Bargeman (II).flac
|
||||
[2023.03.27]原神-沉玉沐芳 Jadeite Redolence/HOYO-MiX[FLAC]/Disc1 春风几度醉翘英 Enthralled by the Spring Breeze/27. 沉玉谷渔歌 Chenyu Fisherman's Song.flac
|
||||
[2023.03.27]原神-沉玉沐芳 Jadeite Redolence/HOYO-MiX[FLAC]/Disc1 春风几度醉翘英 Enthralled by the Spring Breeze/28. 沉玉谷渔歌·其二 Chenyu Fisherman's Song (II).flac
|
||||
[2023.03.27]原神-沉玉沐芳 Jadeite Redolence/HOYO-MiX[FLAC]/Disc2 翠羽云深隐灵濛 Clouds Over Lingmeng/01. 王山遗威 Guhua's Legacy.flac
|
||||
[2023.03.27]原神-沉玉沐芳 Jadeite Redolence/HOYO-MiX[FLAC]/Disc2 翠羽云深隐灵濛 Clouds Over Lingmeng/02. 浮光摇日月 Xuanlian's Wavering Light.flac
|
||||
[2023.03.27]原神-沉玉沐芳 Jadeite Redolence/HOYO-MiX[FLAC]/Disc2 翠羽云深隐灵濛 Clouds Over Lingmeng/03. 锦色映夜风 Night's Whispering Breath.flac
|
||||
[2023.03.27]原神-沉玉沐芳 Jadeite Redolence/HOYO-MiX[FLAC]/Disc2 翠羽云深隐灵濛 Clouds Over Lingmeng/04. 春尽水如天 Into the Yonder and Water.flac
|
||||
[2023.03.27]原神-沉玉沐芳 Jadeite Redolence/HOYO-MiX[FLAC]/Disc2 翠羽云深隐灵濛 Clouds Over Lingmeng/05. 久梦随云 Ancient Slumber.flac
|
||||
[2023.03.27]原神-沉玉沐芳 Jadeite Redolence/HOYO-MiX[FLAC]/Disc2 翠羽云深隐灵濛 Clouds Over Lingmeng/06. 玉磬漻漻 Jade Chimes.flac
|
||||
[2023.03.27]原神-沉玉沐芳 Jadeite Redolence/HOYO-MiX[FLAC]/Disc2 翠羽云深隐灵濛 Clouds Over Lingmeng/07. 石泉溟蒙 Spring's Tender Sigh.flac
|
||||
[2023.03.27]原神-沉玉沐芳 Jadeite Redolence/HOYO-MiX[FLAC]/Disc2 翠羽云深隐灵濛 Clouds Over Lingmeng/08. 天光深摇溪影寒 Creek's Shade.flac
|
||||
[2023.03.27]原神-沉玉沐芳 Jadeite Redolence/HOYO-MiX[FLAC]/Disc2 翠羽云深隐灵濛 Clouds Over Lingmeng/09. 云满衣裳月满身 Embracing a Misty Sheen.flac
|
||||
[2023.03.27]原神-沉玉沐芳 Jadeite Redolence/HOYO-MiX[FLAC]/Disc2 翠羽云深隐灵濛 Clouds Over Lingmeng/10. 归步过流尘 Through Ancient Veils.flac
|
||||
[2023.03.27]原神-沉玉沐芳 Jadeite Redolence/HOYO-MiX[FLAC]/Disc2 翠羽云深隐灵濛 Clouds Over Lingmeng/11. 雾随山色重 Amidst Foggy Mountains.flac
|
||||
[2023.03.27]原神-沉玉沐芳 Jadeite Redolence/HOYO-MiX[FLAC]/Disc2 翠羽云深隐灵濛 Clouds Over Lingmeng/12. 云染夕曛轻 Dusk's Descent.flac
|
||||
[2023.03.27]原神-沉玉沐芳 Jadeite Redolence/HOYO-MiX[FLAC]/Disc2 翠羽云深隐灵濛 Clouds Over Lingmeng/13. 半枕灵兰落玉机 When the Herb Fades.flac
|
||||
[2023.03.27]原神-沉玉沐芳 Jadeite Redolence/HOYO-MiX[FLAC]/Disc2 翠羽云深隐灵濛 Clouds Over Lingmeng/14. 壶中金匮 Trace of Grace.flac
|
||||
[2023.03.27]原神-沉玉沐芳 Jadeite Redolence/HOYO-MiX[FLAC]/Disc2 翠羽云深隐灵濛 Clouds Over Lingmeng/15. 洞天伏仙 Distant Gleam of Lingshu.flac
|
||||
[2023.03.27]原神-沉玉沐芳 Jadeite Redolence/HOYO-MiX[FLAC]/Disc2 翠羽云深隐灵濛 Clouds Over Lingmeng/16. 沉珑的瑶庭 Garden of Jade.flac
|
||||
[2023.03.27]原神-沉玉沐芳 Jadeite Redolence/HOYO-MiX[FLAC]/Disc2 翠羽云深隐灵濛 Clouds Over Lingmeng/17. 岸谷苍苔冷 Shaded Valley's Repose.flac
|
||||
[2023.03.27]原神-沉玉沐芳 Jadeite Redolence/HOYO-MiX[FLAC]/Disc2 翠羽云深隐灵濛 Clouds Over Lingmeng/18. 松荫白日寒 Isolated Pine.flac
|
||||
[2023.03.27]原神-沉玉沐芳 Jadeite Redolence/HOYO-MiX[FLAC]/Disc2 翠羽云深隐灵濛 Clouds Over Lingmeng/19. 锦落云升 Fujin's Chant.flac
|
||||
[2023.03.27]原神-沉玉沐芳 Jadeite Redolence/HOYO-MiX[FLAC]/Disc2 翠羽云深隐灵濛 Clouds Over Lingmeng/20. 闲揽九霄云 Retaining Clouds.flac
|
||||
[2023.03.27]原神-沉玉沐芳 Jadeite Redolence/HOYO-MiX[FLAC]/Disc2 翠羽云深隐灵濛 Clouds Over Lingmeng/21. 岂愧瑟与筝 Past Yearning.flac
|
||||
[2023.03.27]原神-沉玉沐芳 Jadeite Redolence/HOYO-MiX[FLAC]/Disc2 翠羽云深隐灵濛 Clouds Over Lingmeng/22. 风散忽经年 With the Wind, Flowing Epoch.flac
|
||||
[2023.03.27]原神-沉玉沐芳 Jadeite Redolence/HOYO-MiX[FLAC]/Disc2 翠羽云深隐灵濛 Clouds Over Lingmeng/23. 我心孤云身野鹤 Thoughts Straying As Clouds.flac
|
||||
[2023.03.27]原神-沉玉沐芳 Jadeite Redolence/HOYO-MiX[FLAC]/Disc2 翠羽云深隐灵濛 Clouds Over Lingmeng/24. 灯如明月在中天 Moonlit Lanterns.flac
|
||||
[2023.03.27]原神-沉玉沐芳 Jadeite Redolence/HOYO-MiX[FLAC]/Disc2 翠羽云深隐灵濛 Clouds Over Lingmeng/25. 肃肃宵征 Breaking the Miasma.flac
|
||||
[2023.03.27]原神-沉玉沐芳 Jadeite Redolence/HOYO-MiX[FLAC]/Disc2 翠羽云深隐灵濛 Clouds Over Lingmeng/26. 山风御随 Mountainborn Gale.flac
|
||||
[2024.02.26]原神-万流始源之海 Pelagic Primaevality[FLAC 48kHz 24bit]/Disc 01 她曾见的众水 Les grandes eaux qu'elle avait veillees/01. 煦风染细浪 Mellow Alize.flac
|
||||
[2024.02.26]原神-万流始源之海 Pelagic Primaevality[FLAC 48kHz 24bit]/Disc 01 她曾见的众水 Les grandes eaux qu'elle avait veillees/02. 柔灯轻漾时 Lumidouce's Repose.flac
|
||||
[2024.02.26]原神-万流始源之海 Pelagic Primaevality[FLAC 48kHz 24bit]/Disc 01 她曾见的众水 Les grandes eaux qu'elle avait veillees/03. 醵饮同欢 Toast to Coast.flac
|
||||
[2024.02.26]原神-万流始源之海 Pelagic Primaevality[FLAC 48kHz 24bit]/Disc 01 她曾见的众水 Les grandes eaux qu'elle avait veillees/04. 枯柳的幽绪 Willow of Sorrow.flac
|
||||
[2024.02.26]原神-万流始源之海 Pelagic Primaevality[FLAC 48kHz 24bit]/Disc 01 她曾见的众水 Les grandes eaux qu'elle avait veillees/05. 湖色的重光 Loch's Revitalization.flac
|
||||
[2024.02.26]原神-万流始源之海 Pelagic Primaevality[FLAC 48kHz 24bit]/Disc 01 她曾见的众水 Les grandes eaux qu'elle avait veillees/06. 泉栖谷隐 Neath the Fountain.flac
|
||||
[2024.02.26]原神-万流始源之海 Pelagic Primaevality[FLAC 48kHz 24bit]/Disc 01 她曾见的众水 Les grandes eaux qu'elle avait veillees/07. 白晓的轻雾 Les fumees blanches.flac
|
||||
[2024.02.26]原神-万流始源之海 Pelagic Primaevality[FLAC 48kHz 24bit]/Disc 01 她曾见的众水 Les grandes eaux qu'elle avait veillees/08. 深塔萦梦 Songe de la plus haute tour.flac
|
||||
[2024.02.26]原神-万流始源之海 Pelagic Primaevality[FLAC 48kHz 24bit]/Disc 01 她曾见的众水 Les grandes eaux qu'elle avait veillees/09. 欢荣的奇秘 Magick Without Tears.flac
|
||||
[2024.02.26]原神-万流始源之海 Pelagic Primaevality[FLAC 48kHz 24bit]/Disc 01 她曾见的众水 Les grandes eaux qu'elle avait veillees/10. 失迷的影事 Veiled in Shadows.flac
|
||||
[2024.02.26]原神-万流始源之海 Pelagic Primaevality[FLAC 48kHz 24bit]/Disc 01 她曾见的众水 Les grandes eaux qu'elle avait veillees/11. 涸浊的花迹 Narcissus Without Water.flac
|
||||
[2024.02.26]原神-万流始源之海 Pelagic Primaevality[FLAC 48kHz 24bit]/Disc 01 她曾见的众水 Les grandes eaux qu'elle avait veillees/12. 秘仪与律法 Ordeals, Rituals, Laws.flac
|
||||
[2024.02.26]原神-万流始源之海 Pelagic Primaevality[FLAC 48kHz 24bit]/Disc 01 她曾见的众水 Les grandes eaux qu'elle avait veillees/13. 昔古的空响 Lonely Melody of Yore.flac
|
||||
[2024.02.26]原神-万流始源之海 Pelagic Primaevality[FLAC 48kHz 24bit]/Disc 01 她曾见的众水 Les grandes eaux qu'elle avait veillees/14. 原海的怜恕 La mer, la mere.flac
|
||||
[2024.02.26]原神-万流始源之海 Pelagic Primaevality[FLAC 48kHz 24bit]/Disc 01 她曾见的众水 Les grandes eaux qu'elle avait veillees/15. 举杯吧,旅人已至! Les voici ! Voici le duo !.flac
|
||||
[2024.02.26]原神-万流始源之海 Pelagic Primaevality[FLAC 48kHz 24bit]/Disc 01 她曾见的众水 Les grandes eaux qu'elle avait veillees/16. 陌路新交 Incontro- Bellezza e Rosula.flac
|
||||
[2024.02.26]原神-万流始源之海 Pelagic Primaevality[FLAC 48kHz 24bit]/Disc 01 她曾见的众水 Les grandes eaux qu'elle avait veillees/17. 避影匿光 Beneath Light and Shadow.flac
|
||||
[2024.02.26]原神-万流始源之海 Pelagic Primaevality[FLAC 48kHz 24bit]/Disc 01 她曾见的众水 Les grandes eaux qu'elle avait veillees/18. 终临的殛罚 Retribution, Served Cold.flac
|
||||
[2024.02.26]原神-万流始源之海 Pelagic Primaevality[FLAC 48kHz 24bit]/Disc 01 她曾见的众水 Les grandes eaux qu'elle avait veillees/19. 危迫之刻 La derniere opportunite.flac
|
||||
[2024.02.26]原神-万流始源之海 Pelagic Primaevality[FLAC 48kHz 24bit]/Disc 01 她曾见的众水 Les grandes eaux qu'elle avait veillees/20. 顺默者的离索 Les muets.flac
|
||||
[2024.02.26]原神-万流始源之海 Pelagic Primaevality[FLAC 48kHz 24bit]/Disc 01 她曾见的众水 Les grandes eaux qu'elle avait veillees/21. 逆与正的秩位 L'envers et l'endroit.flac
|
||||
[2024.02.26]原神-万流始源之海 Pelagic Primaevality[FLAC 48kHz 24bit]/Disc 01 她曾见的众水 Les grandes eaux qu'elle avait veillees/22. 旧世遗谶 Prophetie of Predestination.flac
|
||||
[2024.02.26]原神-万流始源之海 Pelagic Primaevality[FLAC 48kHz 24bit]/Disc 01 她曾见的众水 Les grandes eaux qu'elle avait veillees/23. 终幕的序曲 Le commencement de la fin.flac
|
||||
[2024.02.26]原神-万流始源之海 Pelagic Primaevality[FLAC 48kHz 24bit]/Disc 01 她曾见的众水 Les grandes eaux qu'elle avait veillees/24. 如愿所成 Comme il vous plaira.flac
|
||||
[2024.02.26]原神-万流始源之海 Pelagic Primaevality[FLAC 48kHz 24bit]/Disc 01 她曾见的众水 Les grandes eaux qu'elle avait veillees/25. 罪人的最后一舞 The Last Rose of the Sinner.flac
|
||||
[2024.02.26]原神-万流始源之海 Pelagic Primaevality[FLAC 48kHz 24bit]/Disc 01 她曾见的众水 Les grandes eaux qu'elle avait veillees/26. 喝彩吧,谢幕之时已至 Crepuscule des idoles.flac
|
||||
[2024.02.26]原神-万流始源之海 Pelagic Primaevality[FLAC 48kHz 24bit]/Disc 01 她曾见的众水 Les grandes eaux qu'elle avait veillees/27. 如涓的忆恋 Clio's Memoirs.flac
|
||||
[2024.02.26]原神-万流始源之海 Pelagic Primaevality[FLAC 48kHz 24bit]/Disc 01 她曾见的众水 Les grandes eaux qu'elle avait veillees/28. 特尔克西的轻语 Thelxie's Murmurs.flac
|
||||
[2024.02.26]原神-万流始源之海 Pelagic Primaevality[FLAC 48kHz 24bit]/Disc 01 她曾见的众水 Les grandes eaux qu'elle avait veillees/29. 虹色的摇篮曲 Rainbow Cradlesong.flac
|
||||
[2024.02.26]原神-万流始源之海 Pelagic Primaevality[FLAC 48kHz 24bit]/Disc 01 她曾见的众水 Les grandes eaux qu'elle avait veillees/30. 珊瑚的加冕礼 Coral Coronation.flac
|
||||
[2024.02.26]原神-万流始源之海 Pelagic Primaevality[FLAC 48kHz 24bit]/Disc 01 她曾见的众水 Les grandes eaux qu'elle avait veillees/31. 梦的后日谈 Dream Anamnesis.flac
|
||||
[2024.02.26]原神-万流始源之海 Pelagic Primaevality[FLAC 48kHz 24bit]/Disc 01 她曾见的众水 Les grandes eaux qu'elle avait veillees/32. 水仙十字安眠曲 A Narcissus Lullaby.flac
|
||||
[2024.02.26]原神-万流始源之海 Pelagic Primaevality[FLAC 48kHz 24bit]/Disc 02 黄铜与锻铁的节律 Galliard of Brass and Iron/01. 发条的舞曲 Clockwork Waltz.flac
|
||||
[2024.02.26]原神-万流始源之海 Pelagic Primaevality[FLAC 48kHz 24bit]/Disc 02 黄铜与锻铁的节律 Galliard of Brass and Iron/02. 齿轮的王国 The Rotating Realm.flac
|
||||
[2024.02.26]原神-万流始源之海 Pelagic Primaevality[FLAC 48kHz 24bit]/Disc 02 黄铜与锻铁的节律 Galliard of Brass and Iron/03. 禁锢的劳作 Welcome to the Industry.flac
|
||||
[2024.02.26]原神-万流始源之海 Pelagic Primaevality[FLAC 48kHz 24bit]/Disc 02 黄铜与锻铁的节律 Galliard of Brass and Iron/04. 刺拳如毒蜂! Sting Like a Bee!.flac
|
||||
[2024.02.26]原神-万流始源之海 Pelagic Primaevality[FLAC 48kHz 24bit]/Disc 02 黄铜与锻铁的节律 Galliard of Brass and Iron/05. 水下的公爵 Le duc sous l'eau.flac
|
||||
[2024.02.26]原神-万流始源之海 Pelagic Primaevality[FLAC 48kHz 24bit]/Disc 02 黄铜与锻铁的节律 Galliard of Brass and Iron/06. 晶蓝的帘幕 Crystal Curtains.flac
|
||||
[2024.02.26]原神-万流始源之海 Pelagic Primaevality[FLAC 48kHz 24bit]/Disc 02 黄铜与锻铁的节律 Galliard of Brass and Iron/07. 沉没的异乡 Submerged Meditation.flac
|
||||
[2024.02.26]原神-万流始源之海 Pelagic Primaevality[FLAC 48kHz 24bit]/Disc 02 黄铜与锻铁的节律 Galliard of Brass and Iron/08. 无言的鲸歌 Whale's Whisper.flac
|
||||
[2024.02.26]原神-万流始源之海 Pelagic Primaevality[FLAC 48kHz 24bit]/Disc 02 黄铜与锻铁的节律 Galliard of Brass and Iron/09. 森严之地 No Trespassing.flac
|
||||
[2024.02.26]原神-万流始源之海 Pelagic Primaevality[FLAC 48kHz 24bit]/Disc 02 黄铜与锻铁的节律 Galliard of Brass and Iron/10. 炉渣之路 Restoration Through Labor.flac
|
||||
[2024.02.26]原神-万流始源之海 Pelagic Primaevality[FLAC 48kHz 24bit]/Disc 02 黄铜与锻铁的节律 Galliard of Brass and Iron/11. 应得之旅 To Each What He Deserves.flac
|
||||
[2024.02.26]原神-万流始源之海 Pelagic Primaevality[FLAC 48kHz 24bit]/Disc 02 黄铜与锻铁的节律 Galliard of Brass and Iron/12. 求索的残歌 Rhythm of Inquiry.flac
|
||||
[2024.02.26]原神-万流始源之海 Pelagic Primaevality[FLAC 48kHz 24bit]/Disc 02 黄铜与锻铁的节律 Galliard of Brass and Iron/13. 晶辉隐幽 Crystalline Path.flac
|
||||
[2024.02.26]原神-万流始源之海 Pelagic Primaevality[FLAC 48kHz 24bit]/Disc 02 黄铜与锻铁的节律 Galliard of Brass and Iron/14. 深默的折光 Refractions of Silence.flac
|
||||
[2024.02.26]原神-万流始源之海 Pelagic Primaevality[FLAC 48kHz 24bit]/Disc 02 黄铜与锻铁的节律 Galliard of Brass and Iron/15. 新的希望 Un nouvel espoir.flac
|
||||
[2024.02.26]原神-万流始源之海 Pelagic Primaevality[FLAC 48kHz 24bit]/Disc 02 黄铜与锻铁的节律 Galliard of Brass and Iron/16. 失误的喜剧 Comedy of Errors.flac
|
||||
[2024.02.26]原神-万流始源之海 Pelagic Primaevality[FLAC 48kHz 24bit]/Disc 02 黄铜与锻铁的节律 Galliard of Brass and Iron/17. 牧歌的旧梦 The Faded Idyll.flac
|
||||
[2024.02.26]原神-万流始源之海 Pelagic Primaevality[FLAC 48kHz 24bit]/Disc 02 黄铜与锻铁的节律 Galliard of Brass and Iron/18. 企望的流音 Resonance of Longing.flac
|
||||
[2024.02.26]原神-万流始源之海 Pelagic Primaevality[FLAC 48kHz 24bit]/Disc 02 黄铜与锻铁的节律 Galliard of Brass and Iron/19. 林荫与泉流 The Drifting Beauty.flac
|
||||
[2024.02.26]原神-万流始源之海 Pelagic Primaevality[FLAC 48kHz 24bit]/Disc 02 黄铜与锻铁的节律 Galliard of Brass and Iron/20. 精灵隐没之地 Huldra's Retreat.flac
|
||||
[2024.02.26]原神-万流始源之海 Pelagic Primaevality[FLAC 48kHz 24bit]/Disc 02 黄铜与锻铁的节律 Galliard of Brass and Iron/21. 白露的往迹 Vestige of Belleau.flac
|
||||
[2024.02.26]原神-万流始源之海 Pelagic Primaevality[FLAC 48kHz 24bit]/Disc 02 黄铜与锻铁的节律 Galliard of Brass and Iron/22. 轻语如露 Whispering Dewdrops.flac
|
||||
[2024.02.26]原神-万流始源之海 Pelagic Primaevality[FLAC 48kHz 24bit]/Disc 02 黄铜与锻铁的节律 Galliard of Brass and Iron/23. 好梦,枫丹 A Sweet Dream in Fontaine.flac
|
||||
[2024.02.26]原神-万流始源之海 Pelagic Primaevality[FLAC 48kHz 24bit]/Disc 02 黄铜与锻铁的节律 Galliard of Brass and Iron/24. 月夜的轻潮 Moonlit Tides.flac
|
||||
[2024.02.26]原神-万流始源之海 Pelagic Primaevality[FLAC 48kHz 24bit]/Disc 02 黄铜与锻铁的节律 Galliard of Brass and Iron/25. 沉睡的柔波 Sink Into Slumber.flac
|
||||
[2024.02.26]原神-万流始源之海 Pelagic Primaevality[FLAC 48kHz 24bit]/Disc 02 黄铜与锻铁的节律 Galliard of Brass and Iron/26. 安眠的曲调 Floating Lullaby.flac
|
||||
[2024.02.26]原神-万流始源之海 Pelagic Primaevality[FLAC 48kHz 24bit]/Disc 02 黄铜与锻铁的节律 Galliard of Brass and Iron/27. 淡月之舞 Gymnopedies of Lune.flac
|
||||
[2024.02.26]原神-万流始源之海 Pelagic Primaevality[FLAC 48kHz 24bit]/Disc 02 黄铜与锻铁的节律 Galliard of Brass and Iron/28. 蔚蓝一梦 Par les soirs bleus d'ete.flac
|
||||
[2024.02.26]原神-万流始源之海 Pelagic Primaevality[FLAC 48kHz 24bit]/Disc 02 黄铜与锻铁的节律 Galliard of Brass and Iron/29. 水照云光 Les rivieres aeriennes.flac
|
||||
[2024.02.26]原神-万流始源之海 Pelagic Primaevality[FLAC 48kHz 24bit]/Disc 02 黄铜与锻铁的节律 Galliard of Brass and Iron/30. 苍色的极望 Aloft the Realm of Gears.flac
|
||||
[2024.02.26]原神-万流始源之海 Pelagic Primaevality[FLAC 48kHz 24bit]/Disc 02 黄铜与锻铁的节律 Galliard of Brass and Iron/31. 未竟之诗 Truncated Verse.flac
|
||||
[2024.02.26]原神-万流始源之海 Pelagic Primaevality[FLAC 48kHz 24bit]/Disc 02 黄铜与锻铁的节律 Galliard of Brass and Iron/32. 暮夜与遗忘 Les tenebres et l'oubli.flac
|
||||
[2024.02.26]原神-万流始源之海 Pelagic Primaevality[FLAC 48kHz 24bit]/Disc 02 黄铜与锻铁的节律 Galliard of Brass and Iron/33. 久旷的弦音 Chordal Past.flac
|
||||
[2024.02.26]原神-万流始源之海 Pelagic Primaevality[FLAC 48kHz 24bit]/Disc 02 黄铜与锻铁的节律 Galliard of Brass and Iron/34. 潜深伏隩 Le secret cache.flac
|
||||
[2024.02.26]原神-万流始源之海 Pelagic Primaevality[FLAC 48kHz 24bit]/Disc 03 直至万水的终焉 Ad Consummationem Aquarum/01. 万象裁灭之刻 Eschatologia Iudicata.flac
|
||||
[2024.02.26]原神-万流始源之海 Pelagic Primaevality[FLAC 48kHz 24bit]/Disc 03 直至万水的终焉 Ad Consummationem Aquarum/02. 灾蚀的痕影 Silhouette of Catastrophe.flac
|
||||
[2024.01.09]TVアニメ『月が導く異世界道中 第二幕』EDテーマ「ああ人生に涙あり」/深澄真(CV.花江夏樹)&識(CV:津田健次郎)[FLAC]/01. ああ人生に涙あり.flac
|
||||
[2024.01.09]TVアニメ『月が導く異世界道中 第二幕』EDテーマ「ああ人生に涙あり」/深澄真(CV.花江夏樹)&識(CV:津田健次郎)[FLAC]/02. ああ人生に涙あり(カラオケ).flac
|
||||
[2024.04.15] TVアニメ「月が導く異世界道中 第二幕」OP2テーマ「リヴァーサル」/syudou [FLAC]/01. リヴァーサル.flac
|
||||
[2024.04.08] TVアニメ「月が導く異世界道中 第二幕」ED2テーマ「常識外れヒューマン」/前田佳織里 [FLAC]/01. 常識外れヒューマン.flac
|
||||
[2024.01.15]TVアニメ『月が導く異世界道中 第二幕』EDテーマ「My Factor」/伊東健人[FLAC]/01. My Factor.flac
|
||||
[2024.01.09]TVアニメ『月が導く異世界道中 第二幕』OPテーマ「ユートピア」/須田景凪[FLAC 48kHz 24bit]/01. ユートピア.flac
|
|
@ -9,7 +9,7 @@
|
|||
ao=pipewire
|
||||
|
||||
alang=chi,ja,jp,jpn,en,eng,fr,fra
|
||||
slang=enm,eng,en,fr,fra,ja,jpn
|
||||
slang=eng,en,fr,fra,ja,jpn
|
||||
|
||||
##################################################
|
||||
# Video #
|
||||
|
|
|
@ -511,3 +511,31 @@ feeds:
|
|||
- url: "https://nyaa.si/?page=rss&q=goumon+no+jikan+erai+1080&c=1_2&f=0"
|
||||
download_path: "/media/sakura/jojo/Videos/Hime-sama Goumon no Jikan Desu"
|
||||
regexp: ^((?!HEVC).)*$
|
||||
- url: "https://nyaa.si/?page=rss&q=asakura+Tensei+shitara+Slime+Datta+Ken+3rd&c=0_0&f=0"
|
||||
download_path: "/media/sakura/jojo/Videos/Tensei Shitara Slime Datta Ken 3"
|
||||
- url: "https://nyaa.si/?page=rss&q=%22Kono+Subarashii+Sekai+ni+Shukufuku+wo%21+3%22&c=0_0&f=0&u=Chihiro"
|
||||
download_path: "/media/sakura/jojo/Videos/Kono Subarashii Sekai ni Shukufuku wo 3"
|
||||
- url: "https://nyaa.si/?page=rss&q=Dainanaoji+1080+erai&c=1_2&f=0"
|
||||
regexp: ^((?!HEVC).)*$
|
||||
download_path: "/media/sakura/jojo/Videos/Dainanaoji"
|
||||
- url: "https://nyaa.si/?page=rss&q=dungeon+meshi+lowbudget&c=1_2&f=0"
|
||||
download_path: "/media/sakura/jojo/Videos/Dungeon Meshi"
|
||||
# One Piece Egghead Arc
|
||||
- url: "https://nyaa.si/?page=rss&q=hatsubs+one+piece+11&c=1_0&f=0"
|
||||
download_path: "/media/sakura/jojo/Videos/One Piece"
|
||||
- url: "https://nyaa.si/?page=rss&q=yokai-san&c=1_2&f=0"
|
||||
download_path: "/media/sakura/jojo/Videos/Tonari no yokai-san"
|
||||
- url: "https://nyaa.si/?page=rss&q=Shinigami+Bocchan+to+Kuro+Maid+erai+3rd+1080&c=0_0&f=0"
|
||||
name: "Shinigami Bocchan to Kuro Maid 3"
|
||||
regexp: ^((?!HEVC).)*$
|
||||
download_path: "/media/sakura/jojo/Videos/Shinigami Bocchan to Kuro Maid 3/"
|
||||
- url: "https://nyaa.si/?page=rss&q=Shinmai+Ossan+Boukensha+1080+erai&c=0_0&f=0"
|
||||
regexp: ^((?!HEVC).)*$
|
||||
download_path: "/media/sakura/jojo/Videos/Shinmai Ossan Boukensha"
|
||||
download_path: "/media/sakura/jojo/Videos/Shinmai Ossan Boukensha"
|
||||
- url: "https://nyaa.si/?page=rss&q=Kono+Sekai+wa+Fukanzen+Sugiru+1080+erai&c=0_0&f=0"
|
||||
regexp: ^((?!HEVC).)*$
|
||||
download_path: "/media/sakura/jojo/Videos/Kono Sekai wa Fukanzen Sugiru"
|
||||
- url: "https://nyaa.si/?page=rss&q=kinnikuman+perfect+1080+kanpeki&c=1_2&f=0"
|
||||
regexp: ^((?!HEVC).)*$
|
||||
download_path: "/media/sakura/jojo/Videos/Kinnikuman"
|
||||
|
|
|
@ -4,10 +4,10 @@
|
|||
. "${HOME}/.cache/wal/colors.sh"
|
||||
|
||||
# Set the border colors.
|
||||
bspc config normal_border_color "$color1"
|
||||
bspc config active_border_color "$color2"
|
||||
bspc config focused_border_color "$color15"
|
||||
#bspc config normal_border_color "$color1"
|
||||
#bspc config active_border_color "$color2"
|
||||
#bspc config focused_border_color "$color15"
|
||||
# Use the line below if you are on bspwm >= 0.9.4
|
||||
bspc config presel_feedback_color "$color1"
|
||||
#bspc config presel_feedback_color "$color1"
|
||||
|
||||
cd "$HOME/.cache/wal" && plasma-theme -c MoeDarkCustom.colors -w qt6ct-style || exit
|
||||
|
|
|
@ -14,4 +14,6 @@ rounded_corners() {
|
|||
\) -flatten "$OUTPUT"
|
||||
}
|
||||
|
||||
rounded_corners && feh --bg-fill "$OUTPUT"
|
||||
# rounded_corners && feh --bg-fill "$OUTPUT"
|
||||
rounded_corners
|
||||
# && swww img "$OUTPUT" --transition-type fade --transition-fps 144 -f Lanczos3
|
||||
|
|
|
@ -3,5 +3,7 @@
|
|||
WALLPAPER="$1"
|
||||
|
||||
wal -i "$WALLPAPER" -o "$HOME/bin/bspwmrc" -a "70" -q
|
||||
eww reload
|
||||
swww img "$WALLPAPER" --transition-type wipe --transition-angle 45 --transition-fps 144 -f Lanczos3
|
||||
# "$HOME/bin/rounded_borders.sh" "$WALLPAPER"
|
||||
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 4.6 MiB After Width: | Height: | Size: 3.4 MiB |
|
@ -19,7 +19,7 @@ function add_manga --description 'Generate desktop entries with cover of manga v
|
|||
set -l cover_source (find $paths[$volume] -type f | sort | head -n1)
|
||||
set -l cover $HOME/.config/manga/$slug.jpg
|
||||
mkdir -p (dirname $cover)
|
||||
convert -resize 256 $cover_source $cover
|
||||
magick convert -resize 256 $cover_source $cover
|
||||
set -l exec_path (echo "$paths[$volume]")
|
||||
echo "[Desktop Entry]
|
||||
Type=Application
|
||||
|
|
|
@ -12,8 +12,7 @@ scaling_mode = none
|
|||
|
||||
background = 1F1F21
|
||||
|
||||
title_text = $(xdotool getactivewindow set_window --name "[ $imv_current_index / $imv_file_count ] : $(echo "${PWD##*/}")"; echo "$imv_current_index" > ~/.cache/imv/$(echo $PWD | base64 -w0) )
|
||||
#title_text = $( echo "$imv_current_index" > ~/.cache/imv/$(echo $PWD | base64 -w0) )
|
||||
title_text = [ $imv_current_index / $imv_file_count ] : $(echo "${PWD##*/}"); $(echo "$imv_current_index" > ~/.cache/imv/$(echo $PWD | base64 -w0) )
|
||||
|
||||
initial_pan = 0 0
|
||||
|
||||
|
@ -70,4 +69,5 @@ w = exec wallpaper "$imv_current_file"
|
|||
#<Shift+T> = slideshow -1
|
||||
|
||||
# Use dmenu as a prompt for tagging the current image
|
||||
m = exec echo "$imv_current_file" >> ~/tags/$(ls ~/tags | rofi -dmenu -fullscreen -p " tags: ")
|
||||
#m = exec echo "$imv_current_file" >> ~/tags/$(ls ~/tags | rofi -dmenu -fullscreen -p " tags: ")
|
||||
m = exec fish -c "add_tags \"$imv_current_file\""
|
||||
|
|
|
@ -297,6 +297,7 @@ c.input.mouse.back_forward_buttons = False
|
|||
# work with the `:scroll-px` command.
|
||||
# Type: Bool
|
||||
c.scrolling.smooth = True
|
||||
c.scrolling.bar = "never"
|
||||
|
||||
# Languages to use for spell checking. You can check for available
|
||||
# languages and install dictionaries using scripts/dictcli.py. Run the
|
||||
|
@ -405,7 +406,7 @@ c.url.open_base_url = False
|
|||
# the search engine name to the search term, e.g. `:open google
|
||||
# qutebrowser`.
|
||||
# Type: Dict
|
||||
c.url.searchengines = {'DEFAULT': 'https://search.neptune.one/?q={}', 'tube': 'https://tube.neptune.one/results?search_query={}', 'nyaa': 'https://nyaa.si/?f=0&c=0_0&q={}', 'archwiki': 'https://wiki.archlinux.org/index.php?title=Special%3ASearch&fulltext=1&search={}' }
|
||||
c.url.searchengines = {'DEFAULT': 'https://search.neptune.one/?q={}', 'tube': 'https://tube.neptune.one/results?search_query={}', 'nyaa': 'https://nyaa.si/?f=0&c=0_0&q={}', 'archwiki': 'https://wiki.archlinux.org/index.php?title=Special%3ASearch&fulltext=1&search={}', 'yen': 'https://www.xe.com/currencyconverter/convert/?Amount={}&From=JPY&To=EUR' }
|
||||
|
||||
# Page(s) to open at the start.
|
||||
# Type: List of FuzzyUrl, or FuzzyUrl
|
||||
|
|
|
@ -216,4 +216,7 @@ surfskate.love tube.neptune.one frame allow
|
|||
surfskate.love tube.neptune.one media allow
|
||||
steamdb.info challenges.cloudflare.com script allow
|
||||
steamdb.info challenges.cloudflare.com frame allow
|
||||
steamdb.info challenges.cloudflare.com xhr allow
|
||||
steamdb.info challenges.cloudflare.com xhr allow
|
||||
tcbscans.com challenges.cloudflare.com script allow
|
||||
tcbscans.com challenges.cloudflare.com frame allow
|
||||
tcbscans.com challenges.cloudflare.com xhr allow
|
Loading…
Add table
Add a link
Reference in a new issue