[Contribute Advice] 关于应用标题栏的建议
Tofloor
poster avatar
满船清梦压星河
deepin
2021-05-31 21:36
Author

在应用的使用过程中,顶部会出现一个很大的标题,没有用又非常的占空间,希望官方可以优化,和下面进行整合

这是合在一起的例子

 

 

 

这是分开的样子,希望能把标题去掉,把右上角的按钮移动到下面的位置

 

 

 

不管是什么上面都会有非常大的浪费,而且很丑

 

Reply Favorite View the author
All Replies
deepin-mq
deepin
2021-05-31 21:45
#1

收到,我们评估下

Reply View the author
fxbszj
deepin
2021-05-31 21:46
#2

标题栏应该属于这个大版本吐槽最多的了吧,但是没什么用,不知出于什么考虑,反正就是没改。有些软件支持经过设置,去掉令人恶心的标题栏,然而大部分软件,你只能这么难受着

Reply View the author
北冥夜未央
deepin
Ecological co-builder
2021-05-31 21:54
#3

支持整合,单独设置个大标题栏又丑又没用。

Reply View the author
squallliu
deepin
2021-05-31 22:42
#4

vscode本身就支持,jetbrains家族暂时把kwinrc的最大化隐藏标题栏打开吧

Reply View the author
小明Hackintosh
deepin
2021-05-31 23:06
#5

估计这个非常不好弄,一搞很多软件都有问题。

Reply View the author
leek
deepin
2021-06-01 03:20
#6

这个标题栏突出到上面,真是太丑了。

Reply View the author
野狼
deepin
2021-06-01 04:34
#7

不知道是出于什么考虑 系统自带的软件也都是这么大的标题栏,真的是很丑

Reply View the author
deepin-fun
deepin
2021-06-01 05:12
#8

这个问题从设计出来到今天应该有两年多了, 我感觉我本人都看到不下于100个帖子说过这个问题了

两年来大家都不能接受这个莫名其妙的丑陋的设计,设计师能不能不要装死不要头铁了

-----------

目前的解决方法:  https://bbs.deepin.org/zh/post/197036

Reply View the author
满船清梦压星河
deepin
2021-06-23 22:17
#9
squallliu

vscode本身就支持,jetbrains家族暂时把kwinrc的最大化隐藏标题栏打开吧

想请问VSCODE本身支持的话,具体是哪一项设置啊

Reply View the author
squallliu
deepin
2021-06-29 18:08
#10
满船清梦压星河

想请问VSCODE本身支持的话,具体是哪一项设置啊

Reply View the author
dreamlu_
deepin
2021-12-14 21:16
#11

记录来源: https://github.com/dreamlu/life/tree/master/deepin/titlebar

配置参考:https://github.com/linuxdeepin/developer-center/issues/1210#issuecomment-630456498

链接中配置文件目录我这个版本不生效

我的版本:Deepin 20.3

生效配置目录文件: ~/.local/share/deepin/themes/deepin/light/titlebar.ini (这个是light主题的)

我的最终效果如下图:

image.png

我的配置如下titlebar.ini:



# 2021-12-10 18:45:27
[Active]
height=20
backgroundColor=#3C3F41
textColor=white

closeIcon.normal=/usr/share/deepin-manual/manual-assets/community/dde/common/close_normal.svg
minimizeIcon.normal=/usr/share/themes/deepin/unity/window-buttons/minimize.svg
maximizeIcon.normal=/usr/share/themes/deepin/unity/window-buttons/maximize.svg
unmaximizeIcon.normal=/usr/share/themes/deepin/unity/window-buttons/maximize.svg

[Inactive]
height=20
backgroundColor=#3C3F41
textColor=white

closeIcon.normal=/usr/share/deepin-manual/manual-assets/community/dde/common/close_normal.svg
minimizeIcon.normal=/usr/share/themes/deepin/unity/window-buttons/minimize.svg
maximizeIcon.normal=/usr/share/themes/deepin/unity/window-buttons/maximize.svg
unmaximizeIcon.normal=/usr/share/themes/deepin/unity/window-buttons/maximize.svg

ps: 图标等都是我在系统中直接搜索的(这个版本中肯定有这些图标),你也可以自己下载配置

Reply View the author