존재하다 /usr/share/themes/my_custom_theme/gnome-shell/gnome-shell.css나는 가지고있다:
@import url("/usr/share/gnome-shell/theme/gnome-shell.css");
/* GLOBALS */
#panel .panel-corner,
#panel .panel-corner:focus,
#panel .panel-corner:active,
#panel .panel-corner:overview,
#panel .panel-corner.lock-screen,
#panel .panel-corner.login-screen,
#panel .panel-corner.unlock-screen {
-panel-corner-border-width: 2px;
-panel-corner-radius: 0px;
-panel-corner-background-color: transparent;
-panel-corner-border-width: 0px;
-panel-corner-border-color: transparent;
}
둥근 모서리를 제거하려고 하는데 아무런 효과가 없는 것 같습니다. 작동시키기 위해 내가 무엇을 놓치고 있습니까?
다들 감사 해요.