darknessomi / musicbox

网易云音乐命令行版本
MIT License
9.81k stars 1.58k forks source link

桌面歌词全透明背景问题 #848

Open ghost opened 4 years ago

ghost commented 4 years ago

描述: 在 Archlinux KDE 桌面下设置歌词透明后发现出现的是磨砂半透明,而不是完全透明,置顶会遮盖部分界面,导致需要每次手动移动歌词位置。

环境: Linux Arch 5.5.13-arch2-1 Plasma 5.18

尝试排错:

  1. 怀疑 kvantum 问题,关闭后无变化
  2. 怀疑 KDE blur 桌面特效问题,关闭后无变化
ghost commented 4 years ago

{ "version": 8, "cache": { "value": false, "default": false, "describe": "A toggle to enable cache function or not. Set value to true to enable it." }, "mpg123_parameters": { "value": [], "default": [], "describe": "The additional parameters when mpg123 start." }, "aria2c_parameters": { "value": [], "default": [], "describe": "The additional parameters when aria2c start to download something." }, "music_quality": { "value": 0, "default": 0, "describe": "Select the quality of the music. May be useful when network is terrible. 0 for high quality, 1 for medium and 2 for low." }, "global_play_pause": { "value": "p", "default": "p", "describe": "Global keybind for play/pause.Uses gtk notation for keybinds." }, "global_next": { "value": "j", "default": "j", "describe": "Global keybind for next song.Uses gtk notation for keybinds." }, "global_previous": { "value": "k", "default": "k", "describe": "Global keybind for previous song.Uses gtk notation for keybinds." }, "notifier": { "value": true, "default": true, "describe": "Notifier when switching songs." }, "translation": { "value": true, "default": true, "describe": "Foreign language lyrics translation." }, "osdlyrics": { "value": true, "default": false, "describe": "Desktop lyrics for musicbox." }, "osdlyrics_transparent": { "value": true, "default": false, "describe": "Desktop lyrics transparent bg." }, "osdlyrics_color": { "value": [ 225, 248, 113 ], "default": [ 225, 248, 113 ], "describe": "Desktop lyrics RGB Color." }, "osdlyrics_size": { "value": [ 600, 60 ], "default": [ 600, 60 ], "describe": "Desktop lyrics area size." }, "osdlyrics_font": { "value": [ "Decorative", 16 ], "default": [ "Decorative", 16 ], "describe": "Desktop lyrics font-family and font-size." }, "osdlyrics_background": { "value": "rgba(0, 0, 0, 0.5)", "default": "rgba(100, 100, 100, 120)", "describe": "Desktop lyrics background color." }, "osdlyrics_on_top": { "value": true, "default": true, "describe": "Desktop lyrics OnTopHint." }, "curses_transparency": { "value": true, "default": false, "describe": "Set true to make curses transparency." } }

ghost commented 4 years ago

附加图片描述 G3gY24.png