SeptemberHX

Results 93 comments of SeptemberHX

技术上能实现,但是想做好很难,因为没办法获得窗口颜色,取色取的不好就没有意义,配套的问题颜色也是个问题,需要考虑不同背景色下的文字可读性;同时窗口颜色可能会变化,这个没有办法监控到,最多定时截图计算颜色,但是延迟是肯定会有的

流程基本没啥问题,静态窗口能行,当然同一窗口颜色变化是没办法实时检测的。 等 8 月份吧,那时候我才有空进行拓展。

贴一下配置文件的内容:`~/.config/dde-top-panel/` 里应该有个 *.ini 文件

翻了一下代码,是不是开启了跟随系统主题的选项?目前开了这个功能就会直接使用默认的图标,因为涉及到亮/暗模式的不同图标

大概能想到问题在哪了,你的屏幕缩放是都少?可能是我没对这三个图标做高分屏处理。 图标大小是不能自定义的,但是理论上会按照顶栏的高度进行缩放。

1. dark mode support is a good idea. Acutally I plan to add more customization to it, like the background color, font family, font color, button icons, and so on....

Still no dark mode support now and in the future. However, you can customize the panel color and font color now

> any news? Still no auto hide. Since there are few people ask for it, it **may be** implemented in the future. For now, I am planning to add Enable...

Do you mean the notification plugin on the dde-dock with the bell icon ? If so, just copy /usr/lib/dde-dock/plugins/libnotifications.so to ~/.local/lib/dde-top-panel/plugins

Seems dde-dock does something important when it is launched, which will effect libnotification plugin. Further investigation is needed.