hyprland configs: update swaync and wlogout

parent c5861738
......@@ -85,7 +85,7 @@
"buttons-grid": {
"actions": [
{
"label": " ",
"label": "",
"command": "wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle"
},
{
......@@ -93,7 +93,7 @@
"command": "wpctl set-mute @DEFAULT_AUDIO_SOURCE@ toggle"
},
{
"label": " ",
"label": "",
"command": "kitty --class nmtui nmtui"
},
{
......
@define-color bg #0B0E1D;
@define-color selected_bg #101322;
@define-color selected_bg #1D202F;
@define-color hover_bg #191b27;
@define-color text #D8E2EA;
@define-color selected_text #a6a7ac;
......@@ -24,10 +24,9 @@
/* CONTROL CENTER ------------------------------------------------------------------------ */
.control-center {
background: alpha(@bg, 0.750);
border-radius: 24px;
background: @bg;
border-radius: 15px;
-gtk-outline-radius: 1.705rem;
border: 1px solid @border;
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.6);
margin: 18px;
padding: 12px;
......@@ -40,10 +39,10 @@
.notification-background
.notification.critical {
background-color: @selected_bg;
border-radius: 16px;
border: 0.5px solid @border;
border-radius: 15px;
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.6);
margin: 4px 0px;
padding: 4px;
padding: 5px;
}
.control-center
......@@ -58,8 +57,8 @@
.notification-background
.notification
.notification-content {
margin: 6px;
padding: 8px 6px 2px 2px;
margin: 2px;
padding: 2px;
}
.control-center
......@@ -78,9 +77,9 @@
> *:last-child
> *
.notification-action {
background: alpha(@bg, 0.6);
background: @bg;
color: @text;
border-radius: 12px;
border-radius: 15px;
margin: 6px;
}
......@@ -91,8 +90,8 @@
> *:last-child
> *
.notification-action:hover {
background: @selected_bg;
border: 0.5px solid @selected_text;
background: alpha(@bg, 0.6);
border: 0.5px solid @border;
}
.control-center
......@@ -117,7 +116,7 @@
}
.control-center .notification-row .notification-background .close-button:hover {
background: @selected_bg;
background: alpha(@bg, 0.6);
border: 0.5px solid @border;
}
......@@ -125,7 +124,7 @@
.notification-row
.notification-background
.close-button:active {
background: @selected_bg;
background: alpha(@bg, 0.6);
border: 0.5px solid @border;
}
......@@ -180,17 +179,17 @@
.widget-title button:hover {
background-color: @selected_bg;
border: 1px solid @selected_text;
border: 0.5px solid @border;
}
.widget-title button:active {
background-color: @selected_bg;
border: 1px solid @selected_text;
border: 0.5px solid @border;
}
.widget-dnd > switch {
background: @selected_bg;;
background: @selected_bg;
font-size: initial;
border-radius: 8px;
box-shadow: none;
......@@ -239,13 +238,13 @@
}
.widget-buttons-grid > flowbox > flowboxchild > button:hover {
background: @hover_bg;
background: alpha(@bg, 0.80);
}
/* Music player */
.widget-mpris {
background: @selected_bg;
border-radius: 16px;
border-radius: 15px;
color: @text;
margin: 20px 6px;
}
......@@ -253,9 +252,10 @@
/* NOTE: Background need *opacity 1* otherwise will turn into the album art blurred */
.widget-mpris-player {
background: @selected_bg;
border-radius: 22px;
border-radius: 15px;
border: 0px;
padding: 10px;
margin: 5px;
margin: 0px;
}
.widget-mpris button {
......@@ -267,7 +267,7 @@
}
.widget-mpris-album-art {
border-radius: 16px;
border-radius: 15px;
}
.widget-mpris-title {
......@@ -284,7 +284,7 @@
}
.powermode-buttons {
background: alpha(@bg, 0.60);
background: alpha(@selected_bg, 0.80);
padding: 10px;
margin: 8px;
border-radius: 15px;
......@@ -307,10 +307,9 @@
}
.floating-notifications.background .notification-row .notification-background {
background: alpha(@selected_bg, .55);
background: @bg;
box-shadow: 0 0 8px 0 rgba(0,0,0,.6);
border: 1px solid @border;
border-radius: 24px;
border-radius: 15px;
margin: 16px;
padding: 0;
}
......@@ -329,19 +328,19 @@
}
.floating-notifications.background .notification-row .notification-background .notification > *:last-child > * .notification-action {
border-radius: 8px;
background-color: @hover_bg;
border-radius: 15px;
background: alpha(@selected_bg, 0.40);
margin: 6px;
border: 1px solid transparent;
}
.floating-notifications.background .notification-row .notification-background .notification > *:last-child > * .notification-action:hover {
background-color: @selected_bg;
background: alpha(@selected_bg, 0.80);
border: 1px solid @border;
}
.floating-notifications.background .notification-row .notification-background .notification > *:last-child > * .notification-action:active {
background-color: @selected_bg;
background: alpha(@selected_bg, 0.80);
color: @text;
}
......@@ -367,11 +366,13 @@
}
.floating-notifications.background .notification-row .notification-background .close-button:hover {
background-color: @hover_bg;
background: alpha(@selected_bg, 0.80);
border: 1px solid @border;
}
.floating-notifications.background .notification-row .notification-background .close-button:active {
background-color: @hover_bg;
background: alpha(@selected_bg, 0.80);
border: 1px solid @border;
color: @text;
}
......@@ -17,10 +17,11 @@ button {
}
button:focus {
box-shadow: none;
background-size: 20%;
background-size: 50%;
border: 2px solid #a6a7ac;
color: transparent;
transition: all 0.4s cubic-bezier(0.55, 0, 0.28, 1.682), box-shadow 1s ease-in;
}
button:hover {
background-size: 50%;
border: 2px solid #a6a7ac;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment