diff --git a/resources/styles/_center-window.scss b/resources/styles/_center-window.scss index c443c3b..966bf78 100644 --- a/resources/styles/_center-window.scss +++ b/resources/styles/_center-window.scss @@ -35,44 +35,6 @@ } } - & .player-select { - @include mixins.button-reactive-secondary; - - border-radius: 14px; - - & revealer label { - margin-left: 4px; - } - - margin-right: 2px; - margin-bottom: 2px; - - image.arrow { - -gtk-icon-size: 12px; - margin-left: 6px; - margin-top: 1px; - } - } - - & popover contents { - background: colors.$bg-primary; - border-radius: 16px; - padding: 4px; - - & button { - padding: 6px; - border-radius: 12px; - - & image { - margin-right: 4px; - } - - &:hover { - background: colors.$bg-secondary; - } - } - } - & slider { all: unset; opacity: 0; diff --git a/resources/styles/_control-center.scss b/resources/styles/_control-center.scss index feee1a0..efae207 100644 --- a/resources/styles/_control-center.scss +++ b/resources/styles/_control-center.scss @@ -30,9 +30,26 @@ & .quickactions { margin-bottom: .8em; - & .hostname { - font-size: 15px; - font-weight: 600; + & .user-face { + background-position: center; + background-repeat: no-repeat; + background-size: cover; + min-height: 32px; + min-width: 34px; + margin-right: 6px; + border-radius: 50%; + } + + & .user-host { + .user { + font-size: 15px; + font-weight: 600; + } + .host { + color: colors.$fg-disabled; + font-size: 10px; + font-weight: 500; + } } & > box:not(.button-row) image { diff --git a/resources/styles/_wal.scss b/resources/styles/_wal.scss deleted file mode 100644 index f2259d3..0000000 --- a/resources/styles/_wal.scss +++ /dev/null @@ -1,26 +0,0 @@ -// SCSS Variables -// Generated by 'wal' -$wallpaper: "/home/joaov/wallpapers/Anime Girl Drawing Sofa.jpg"; - -// Special -$background: #0e1721; -$foreground: #c2c5c7; -$cursor: #c2c5c7; - -// Colors -$color0: #0e1721; -$color1: #393f39; -$color2: #4d4c46; -$color3: #824f36; -$color4: #6c574a; -$color5: #816956; -$color6: #4e767a; -$color7: #91959b; -$color8: #5d6772; -$color9: #4C544C; -$color10: #67665E; -$color11: #AE6A49; -$color12: #917463; -$color13: #AC8C73; -$color14: #689EA3; -$color15: #c2c5c7; diff --git a/src/widget/control-center/QuickActions.tsx b/src/widget/control-center/QuickActions.tsx index f347b4c..6122943 100644 --- a/src/widget/control-center/QuickActions.tsx +++ b/src/widget/control-center/QuickActions.tsx @@ -62,12 +62,16 @@ export const QuickActions = () => {userFace.query_exists(null) && } - + + + +