Skip to content

Commit

Permalink
cinnamon: Add support for the new rounded userWidget
Browse files Browse the repository at this point in the history
  • Loading branch information
JosephMcc committed May 20, 2024
1 parent de8cb8e commit 654ec9d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 18 deletions.
4 changes: 1 addition & 3 deletions src/Mint-X/theme/Mint-X/cinnamon/cinnamon.css
Original file line number Diff line number Diff line change
Expand Up @@ -2274,10 +2274,8 @@ StScrollBar StButton#vhandle:hover {
* User applet (user@cinnamon.org/applet.js)
* ===================================================================*/
.user-icon {
background-color: rgb(236, 236, 236);
border: 1px solid rgb(192, 192, 192);
border-radius: 4px;
padding: 0.2em;
border-radius: 99px;
}

.user-label {
Expand Down
7 changes: 2 additions & 5 deletions src/Mint-Y/cinnamon/cinnamon-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -1692,11 +1692,8 @@ StScrollBar {
text-shadow: none; }

.user-icon {
width: 32px;
height: 32px;
background-color: transparent;
border: none;
border-radius: 0; }
border: 1px solid rgba(255, 255, 255, 0.37);
border-radius: 99px; }

.user-label {
color: rgba(255, 255, 255, 0.87);
Expand Down
7 changes: 2 additions & 5 deletions src/Mint-Y/cinnamon/cinnamon.css
Original file line number Diff line number Diff line change
Expand Up @@ -1692,11 +1692,8 @@ StScrollBar {
text-shadow: none; }

.user-icon {
width: 32px;
height: 32px;
background-color: transparent;
border: none;
border-radius: 0; }
border: 1px solid rgba(48, 48, 48, 0.5);
border-radius: 99px; }

.user-label {
color: #303030;
Expand Down
7 changes: 2 additions & 5 deletions src/Mint-Y/cinnamon/sass/_common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2200,11 +2200,8 @@ StScrollBar {
// User Applet
//
.user-icon {
width: 32px;
height: 32px;
background-color: transparent;
border: none;
border-radius: 0;
border: 1px solid transparentize($fg_color, 0.5);
border-radius: 99px;
}

.user-label {
Expand Down

0 comments on commit 654ec9d

Please sign in to comment.