Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
branding-etersoft-ximper
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ximper Linux
branding-etersoft-ximper
Commits
cc17d73d
Verified
Commit
cc17d73d
authored
Jan 04, 2025
by
Кирилл Уницаев
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
hyprland configs: update swaync and wlogout
parent
c5861738
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
40 additions
and
38 deletions
+40
-38
config.json
configs/hyprland/swaync/config.json
+2
-2
style.css
configs/hyprland/swaync/style.css
+34
-33
style.css
configs/hyprland/wlogout/style.css
+4
-3
No files found.
configs/hyprland/swaync/config.json
View file @
cc17d73d
...
...
@@ -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"
},
{
...
...
configs/hyprland/swaync/style.css
View file @
cc17d73d
@define-color
bg
#0B0E1D
;
@define-color
selected_bg
#1
01322
;
@define-color
selected_bg
#1
D202F
;
@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
:
24
px
;
background
:
@
bg
;
border-radius
:
15
px
;
-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
:
1
6
px
;
bo
rder
:
0.5px
solid
@
border
;
border-radius
:
1
5
px
;
bo
x-shadow
:
0
0
10px
0
rgba
(
0
,
0
,
0
,
0.6
)
;
margin
:
4px
0px
;
padding
:
4
px
;
padding
:
5
px
;
}
.control-center
...
...
@@ -58,8 +57,8 @@
.notification-background
.notification
.notification-content
{
margin
:
6
px
;
padding
:
8px
6px
2px
2px
;
margin
:
2
px
;
padding
:
2px
;
}
.control-center
...
...
@@ -78,9 +77,9 @@
>
*
:last-child
>
*
.notification-action
{
background
:
alpha
(
@
bg
,
0.6
)
;
background
:
@
bg
;
color
:
@
text
;
border-radius
:
1
2
px
;
border-radius
:
1
5
px
;
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
:
1
6
px
;
border-radius
:
1
5
px
;
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
:
5
px
;
margin
:
0
px
;
}
.widget-mpris
button
{
...
...
@@ -267,7 +267,7 @@
}
.widget-mpris-album-art
{
border-radius
:
1
6
px
;
border-radius
:
1
5
px
;
}
.widget-mpris-title
{
...
...
@@ -284,7 +284,7 @@
}
.powermode-buttons
{
background
:
alpha
(
@
bg
,
0.6
0
);
background
:
alpha
(
@
selected_bg
,
0.8
0
);
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
:
8
px
;
background
-color
:
@
hover_bg
;
border-radius
:
15
px
;
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
;
}
configs/hyprland/wlogout/style.css
View file @
cc17d73d
...
...
@@ -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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment