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
c5861738
Verified
Commit
c5861738
authored
Jan 03, 2025
by
Кирилл Уницаев
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
hyprland configs: update
parent
c1b470b9
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
533 additions
and
178 deletions
+533
-178
rules.conf
configs/hyprland/hypr/rules.conf
+6
-5
config.json
configs/hyprland/swaync/config.json
+1
-1
modules.json
configs/hyprland/waybar/modules.json
+132
-94
style-dark.css
configs/hyprland/waybar/style-dark.css
+192
-34
style.css
configs/hyprland/waybar/style.css
+192
-34
style.css
configs/hyprland/wofi/style.css
+9
-9
style-dark.css
skel/skel/.config/waybar/style-dark.css
+1
-1
No files found.
configs/hyprland/hypr/rules.conf
View file @
c5861738
...
...
@@ -14,16 +14,17 @@ windowrulev2 = float,class:^(blueman-manager)$
windowrulev2
=
float
,
class
:^(
nm
-
connection
-
editor
)$
windowrulev2
=
float
,
class
:^(
com
.
saivert
.
pwvucontrol
)$
windowrulev2
=
float
,
class
:^(
xdg
-
desktop
-
portal
-
gtk
)$
windowrulev2
=
float
,
class
:^(
nmtui
)$
#---------- Запуск из панели ---- Launching from the panel
windowrulev2
=
float
,
class
:^(
nm
-
connection
-
editor
)$
windowrulev2
=
size
500
350
,
class
:^(
nm
-
connection
-
editor
)$
windowrulev2
=
move
73
.
6
%
5
%,
class
:^(
nm
-
connection
-
editor
)$
windowrulev2
=
size
910
460
,
class
:^(
nmtui
)$
windowrulev2
=
move
52
%
5
%,
class
:^(
nmtui
)$
windowrulev2
=
float
,
class
:^(
blueman
-
manager
)$
windowrulev2
=
size
530
350
,
class
:^(
blueman
-
manager
)$
windowrulev2
=
move
71
.
9
%
5
%,
class
:^(
blueman
-
manager
)$
windowrulev2
=
float
,
class
:^(
com
.
saivert
.
pwvucontrol
)$
windowrulev2
=
size
530
350
,
class
:^(
com
.
saivert
.
pwvucontrol
)$
windowrulev2
=
move
71
.
9
%
5
%,
class
:^(
com
.
saivert
.
pwvucontrol
)$
layerrule
=
blur
,
logout_dialog
configs/hyprland/swaync/config.json
View file @
c5861738
...
...
@@ -94,7 +94,7 @@
},
{
"label"
:
" "
,
"command"
:
"
nm-connection-editor
"
"command"
:
"
kitty --class nmtui nmtui
"
},
{
"label"
:
""
,
...
...
configs/hyprland/waybar/modules.json
View file @
c5861738
This diff is collapsed.
Click to expand it.
configs/hyprland/waybar/style-dark.css
View file @
c5861738
...
...
@@ -6,56 +6,166 @@
}
window
#waybar
{
transition-property
:
background-color
;
transition-duration
:
0.8s
;
background
:
alpha
(
@
bg
,
0.90
);
border-radius
:
15px
;
background
:
none
;
}
window
#waybar
.hidden
{
opacity
:
0.2
;
}
#clock
,
#pulseaudio
,
#image
,
#workspaces
,
#tray
,
#window
,
#custom-media
,
#idle_inhibitor
,
#custom-clipboard
,
#language
,
#submap
,
#volume
,
#notification
,
#network
,
#bluetooth
,
#battery
,
#language
,
#custom-media
,
#taskbar
,
#custom-clipboard
,
#custom-notification
,
#backlight
,
#idle_inhibitor
,
#workspaces
{
#backlight
{
background-color
:
@
bg
;
min-height
:
0
;
border-radius
:
1
2
px
;
margin
:
2px
4
px
;
border-radius
:
1
5
px
;
margin
:
2px
5px
0px
0
px
;
color
:
@
text
;
border
:
none
;
}
#workspaces
button
{
color
:
@
text
;
border-radius
:
25px
;
padding
:
2px
;
#image
{
border-radius
:
15px
;
padding
:
0px
10px
;
}
#image
:hover
{
background-color
:
@
selected_bg
;
}
#workspaces
button
:hover
{
#custom-clipboard
{
padding
:
0px
15px
;
font-size
:
12px
;
}
#custom-clipboard
:hover
{
color
:
@
selected_text
;
background
:
@
selected_bg
;
box-shadow
:
inherit
;
text-shadow
:
inherit
;
background-color
:
@
selected_bg
;
}
#workspaces
button
.active
{
color
:
@
accent
;
#workspaces
{
padding
:
0px
6px
;
background-color
:
@
bg
;
border
:
none
;
}
#workspaces
:hover
{
background-color
:
@
selected_bg
;
}
#workspaces
button
{
padding
:
0px
;
margin
:
5px
0px
;
color
:
@
selected_text
;
}
#workspaces
button
.special
{
margin
:
5px
5px
;
padding
:
0px
10px
0px
8px
;
border-radius
:
15px
;
border
:
2px
solid
@
selected_text
;
}
#workspaces
button
.special.active
{
color
:
@
border
;
border
:
2px
solid
@
border
;
}
#workspaces
button
:hover
{
color
:
@
text
;
background-color
:
@
bg
;
}
#workspaces
button
.active
{
color
:
@
border
;
}
#workspaces
button
.urgent
{
color
:
@
success
;
padding
:
0px
10px
0px
8px
;
border-radius
:
15px
;
border
:
2px
solid
@
success
;
}
#tray
{
padding
:
0px
10px
;
}
#tray
:hover
{
color
:
@
selected_text
;
background-color
:
@
selected_bg
;
}
#tray
menu
{
background-color
:
@
bg
;
}
#window
{
padding
:
0px
10px
;
background-color
:
@
bg
;
border
:
none
;
}
#window
:hover
{
color
:
@
selected_text
;
background-color
:
@
selected_bg
;
}
window
#waybar
.empty
#window
{
background-color
:
transparent
;
}
#custom-media
{
padding
:
0px
15px
;
}
#custom-media
:hover
{
color
:
@
selected_text
;
background-color
:
@
selected_bg
;
}
#idle_inhibitor
{
padding
:
0px
15px
;
font-size
:
12px
;
}
#idle_inhibitor
:hover
{
color
:
@
selected_text
;
background-color
:
@
selected_bg
;
}
#language
{
padding
:
0px
15px
;
}
#language
:hover
{
color
:
@
selected_text
;
background-color
:
@
selected_bg
;
}
#submap
{
padding
:
0px
15px
;
}
#submap
:hover
{
color
:
@
selected_text
;
background-color
:
@
selected_bg
;
}
#pulseaudio
.volume
{
margin
:
2px
0px
2px
0px
;
border-radius
:
12px
0px
0px
12px
;
padding
:
0px
7px
0px
14px
;
}
#pulseaudio
.microphone
{
margin
:
2px
0px
2px
0px
;
border-radius
:
0px
12px
12px
0px
;
padding
:
0px
14px
0px
7px
;
}
#pulseaudio
:hover
{
color
:
@
selected_text
;
background-color
:
@
selected_bg
;
}
#pulseaudio
.volume.muted
{
...
...
@@ -66,14 +176,62 @@ window#waybar.hidden {
color
:
@
unfocused
;
}
#image
{
border
:
none
;
background
:
none
;
#network
{
padding
:
0px
15px
;
}
#network
:hover
{
color
:
@
selected_text
;
background-color
:
@
selected_bg
;
}
#bluetooth
{
padding
:
0px
15px
;
}
#bluetooth
:hover
{
color
:
@
selected_text
;
background-color
:
@
selected_bg
;
}
#battery
{
padding
:
0px
15px
;
}
#battery
:hover
{
color
:
@
selected_text
;
background-color
:
@
selected_bg
;
}
#backlight
{
padding
:
0px
15px
;
}
#backlight
:hover
{
color
:
@
selected_text
;
background-color
:
@
selected_bg
;
}
#clock
{
margin
:
2px
0px
2px
0px
;
border-radius
:
12px
0px
0px
12px
;
padding
:
0px
7px
0px
14px
;
}
#clock
:hover
{
color
:
@
selected_text
;
background-color
:
@
selected_bg
;
}
#custom-notification
{
margin
:
2px
0px
2px
0px
;
border-radius
:
0px
12px
12px
0px
;
padding
:
0px
14px
0px
7px
;
}
#custom-notification
:hover
{
color
:
@
selected_text
;
background-color
:
@
selected_bg
;
}
tooltip
{
border-radius
:
8
px
;
background
:
alpha
(
@
bg
,
0.
9
0
);
border-radius
:
12
px
;
background
:
alpha
(
@
bg
,
0.
8
0
);
color
:
@
text
}
...
...
configs/hyprland/waybar/style.css
View file @
c5861738
...
...
@@ -6,56 +6,166 @@
}
window
#waybar
{
transition-property
:
background-color
;
transition-duration
:
0.8s
;
background
:
alpha
(
@
bg
,
0.90
);
border-radius
:
15px
;
background
:
none
;
}
window
#waybar
.hidden
{
opacity
:
0.2
;
}
#clock
,
#pulseaudio
,
#image
,
#workspaces
,
#tray
,
#window
,
#custom-media
,
#idle_inhibitor
,
#custom-clipboard
,
#language
,
#submap
,
#volume
,
#notification
,
#network
,
#bluetooth
,
#battery
,
#language
,
#custom-media
,
#taskbar
,
#custom-clipboard
,
#custom-notification
,
#backlight
,
#idle_inhibitor
,
#workspaces
{
#backlight
{
background-color
:
@
bg
;
min-height
:
0
;
border-radius
:
1
2
px
;
margin
:
2px
4
px
;
border-radius
:
1
5
px
;
margin
:
2px
5px
0px
0
px
;
color
:
@
text
;
border
:
none
;
}
#workspaces
button
{
color
:
@
text
;
border-radius
:
25px
;
padding
:
2px
;
#image
{
border-radius
:
15px
;
padding
:
0px
10px
;
}
#image
:hover
{
background-color
:
@
selected_bg
;
}
#workspaces
button
:hover
{
#custom-clipboard
{
padding
:
0px
15px
;
font-size
:
12px
;
}
#custom-clipboard
:hover
{
color
:
@
selected_text
;
background
:
@
selected_bg
;
box-shadow
:
inherit
;
text-shadow
:
inherit
;
background-color
:
@
selected_bg
;
}
#workspaces
button
.active
{
color
:
@
accent
;
#workspaces
{
padding
:
0px
6px
;
background-color
:
@
bg
;
border
:
none
;
}
#workspaces
:hover
{
background-color
:
@
selected_bg
;
}
#workspaces
button
{
padding
:
0px
;
margin
:
5px
0px
;
color
:
@
selected_text
;
}
#workspaces
button
.special
{
margin
:
5px
5px
;
padding
:
0px
10px
0px
8px
;
border-radius
:
15px
;
border
:
2px
solid
@
selected_text
;
}
#workspaces
button
.special.active
{
color
:
@
border
;
border
:
2px
solid
@
border
;
}
#workspaces
button
:hover
{
color
:
@
text
;
background-color
:
@
bg
;
}
#workspaces
button
.active
{
color
:
@
border
;
}
#workspaces
button
.urgent
{
color
:
@
success
;
padding
:
0px
10px
0px
8px
;
border-radius
:
15px
;
border
:
2px
solid
@
success
;
}
#tray
{
padding
:
0px
10px
;
}
#tray
:hover
{
color
:
@
selected_text
;
background-color
:
@
selected_bg
;
}
#tray
menu
{
background-color
:
@
bg
;
}
#window
{
padding
:
0px
10px
;
background-color
:
@
bg
;
border
:
none
;
}
#window
:hover
{
color
:
@
selected_text
;
background-color
:
@
selected_bg
;
}
window
#waybar
.empty
#window
{
background-color
:
transparent
;
}
#custom-media
{
padding
:
0px
15px
;
}
#custom-media
:hover
{
color
:
@
selected_text
;
background-color
:
@
selected_bg
;
}
#idle_inhibitor
{
padding
:
0px
15px
;
font-size
:
12px
;
}
#idle_inhibitor
:hover
{
color
:
@
selected_text
;
background-color
:
@
selected_bg
;
}
#language
{
padding
:
0px
15px
;
}
#language
:hover
{
color
:
@
selected_text
;
background-color
:
@
selected_bg
;
}
#submap
{
padding
:
0px
15px
;
}
#submap
:hover
{
color
:
@
selected_text
;
background-color
:
@
selected_bg
;
}
#pulseaudio
.volume
{
margin
:
2px
0px
2px
0px
;
border-radius
:
12px
0px
0px
12px
;
padding
:
0px
7px
0px
14px
;
}
#pulseaudio
.microphone
{
margin
:
2px
0px
2px
0px
;
border-radius
:
0px
12px
12px
0px
;
padding
:
0px
14px
0px
7px
;
}
#pulseaudio
:hover
{
color
:
@
selected_text
;
background-color
:
@
selected_bg
;
}
#pulseaudio
.volume.muted
{
...
...
@@ -66,14 +176,62 @@ window#waybar.hidden {
color
:
@
unfocused
;
}
#image
{
border
:
none
;
background
:
none
;
#network
{
padding
:
0px
15px
;
}
#network
:hover
{
color
:
@
selected_text
;
background-color
:
@
selected_bg
;
}
#bluetooth
{
padding
:
0px
15px
;
}
#bluetooth
:hover
{
color
:
@
selected_text
;
background-color
:
@
selected_bg
;
}
#battery
{
padding
:
0px
15px
;
}
#battery
:hover
{
color
:
@
selected_text
;
background-color
:
@
selected_bg
;
}
#backlight
{
padding
:
0px
15px
;
}
#backlight
:hover
{
color
:
@
selected_text
;
background-color
:
@
selected_bg
;
}
#clock
{
margin
:
2px
0px
2px
0px
;
border-radius
:
12px
0px
0px
12px
;
padding
:
0px
7px
0px
14px
;
}
#clock
:hover
{
color
:
@
selected_text
;
background-color
:
@
selected_bg
;
}
#custom-notification
{
margin
:
2px
0px
2px
0px
;
border-radius
:
0px
12px
12px
0px
;
padding
:
0px
14px
0px
7px
;
}
#custom-notification
:hover
{
color
:
@
selected_text
;
background-color
:
@
selected_bg
;
}
tooltip
{
border-radius
:
8
px
;
background
:
alpha
(
@
bg
,
0.
9
0
);
border-radius
:
12
px
;
background
:
alpha
(
@
bg
,
0.
8
0
);
color
:
@
text
}
...
...
configs/hyprland/wofi/style.css
View file @
c5861738
window
{
margin
:
1px
;
border
:
2px
solid
#7E01FF
;
border-radius
:
1
3
px
;
border
:
none
;
border-radius
:
1
5
px
;
}
#input
{
margin
:
5px
;
border-color
:
#7E01FF
;
color
:
#f8f8f2
;
border-radius
:
11px
;
background-color
:
#101322
;
border-radius
:
13px
;
border
:
0.5px
solid
#7E01FF
;
background-color
:
#1D202F
;
}
...
...
@@ -36,15 +36,15 @@ window {
}
#entry
:selected
{
background-color
:
#1
01322
;
background-color
:
#1
D202F
;
border-radius
:
13px
;
border
:
1
px
solid
#7E01FF
;
border
:
0.8
px
solid
#7E01FF
;
}
#entry
:selected
*
{
background-color
:
#1
01322
;
background-color
:
#1
D202F
;
}
#text
:selected
{
text-decoration-color
:
#
#
D8E2EA
;
text-decoration-color
:
#D8E2EA
;
}
skel/skel/.config/waybar/style-dark.css
View file @
c5861738
...
...
@@ -18,7 +18,7 @@
/*Цвета темы Ximper*/
@define-color
bg
#0B0E1D
;
@define-color
selected_bg
#1
01322
;
@define-color
selected_bg
#1
D202F
;
@define-color
text
#D8E2EA
;
@define-color
selected_text
#a6a7ac
;
@define-color
border
#7E01FF
;
...
...
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