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
1479aead
Commit
1479aead
authored
Dec 26, 2025
by
Kirill Unitsaev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
hyprland/waybar: improve the style
parent
e690af64
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
14 deletions
+9
-14
config
configs/hyprland/waybar/config
+7
-6
modules.json
configs/hyprland/waybar/modules.json
+0
-0
style-dark.css
configs/hyprland/waybar/style-dark.css
+1
-4
style.css
configs/hyprland/waybar/style.css
+1
-4
No files found.
configs/hyprland/waybar/config
View file @
1479aead
{
{
"layer": "top",
"layer": "top",
"position": "top",
"position": "top",
"margin-left": 35,
"margin-left": 35,
"margin-top": 5,
"margin-top": 5,
...
@@ -10,15 +10,14 @@
...
@@ -10,15 +10,14 @@
"gtk-layer-shell": true,
"gtk-layer-shell": true,
"passthrough": false,
"passthrough": false,
"fixed-center": true,
"fixed-center": true,
"reload_style_on_change": true,
// Релоад при изменении css
"reload_style_on_change": true,
// Релоад при изменении css
"include": [
"include": [
"/etc/ximperdistro/hyprland/waybar/modules.json"
"/etc/ximperdistro/hyprland/waybar/modules.json"
],
],
"modules-left": [
"modules-left": [
"image#menu",
"image#menu",
"hyprland/workspaces#icons",
"group/hypr-windowcount-workspaces",
"tray",
"tray"
"hyprland/submap"
],
],
"modules-center": [
"modules-center": [
"clock"
"clock"
...
@@ -27,6 +26,7 @@
...
@@ -27,6 +26,7 @@
"custom/media#mini",
"custom/media#mini",
"idle_inhibitor",
"idle_inhibitor",
"hyprland/language",
"hyprland/language",
"hyprland/submap",
"group/volume",
"group/volume",
"network",
"network",
"bluetooth",
"bluetooth",
...
@@ -34,4 +34,4 @@
...
@@ -34,4 +34,4 @@
"backlight",
"backlight",
"custom/notification"
"custom/notification"
]
]
}
}
\ No newline at end of file
configs/hyprland/waybar/modules.json
View file @
1479aead
This diff is collapsed.
Click to expand it.
configs/hyprland/waybar/style-dark.css
View file @
1479aead
...
@@ -19,6 +19,7 @@ window#waybar {
...
@@ -19,6 +19,7 @@ window#waybar {
}
}
.module
{
.module
{
background-color
:
@
bg
;
min-height
:
0
;
min-height
:
0
;
border-radius
:
20px
;
border-radius
:
20px
;
margin
:
5px
;
margin
:
5px
;
...
@@ -50,10 +51,6 @@ window#waybar {
...
@@ -50,10 +51,6 @@ window#waybar {
padding
:
0
10px
0
5px
;
padding
:
0
10px
0
5px
;
}
}
#image
:not
(
:hover
)
{
background
:
transparent
}
#workspaces
.icons
button
{
#workspaces
.icons
button
{
padding
:
0px
;
padding
:
0px
;
margin
:
0px
;
margin
:
0px
;
...
...
configs/hyprland/waybar/style.css
View file @
1479aead
...
@@ -19,6 +19,7 @@ window#waybar {
...
@@ -19,6 +19,7 @@ window#waybar {
}
}
.module
{
.module
{
background-color
:
@
bg
;
min-height
:
0
;
min-height
:
0
;
border-radius
:
20px
;
border-radius
:
20px
;
margin
:
5px
;
margin
:
5px
;
...
@@ -50,10 +51,6 @@ window#waybar {
...
@@ -50,10 +51,6 @@ window#waybar {
padding
:
0
10px
0
5px
;
padding
:
0
10px
0
5px
;
}
}
#image
:not
(
:hover
)
{
background
:
transparent
}
#workspaces
.icons
button
{
#workspaces
.icons
button
{
padding
:
0px
;
padding
:
0px
;
margin
:
0px
;
margin
:
0px
;
...
...
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