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
1
Merge Requests
1
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
8b44512f
Verified
Commit
8b44512f
authored
Jun 30, 2026
by
Kirill Unitsaev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
hyprland: drop waybar
parent
e8292a20
Show whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
0 additions
and
585 deletions
+0
-585
adw-dark.css
configs/hyprland/waybar/colors/adw-dark.css
+0
-9
adw.css
configs/hyprland/waybar/colors/adw.css
+0
-9
config
configs/hyprland/waybar/config
+0
-38
modules.json
configs/hyprland/waybar/modules.json
+0
-268
style-dark.css
configs/hyprland/waybar/style-dark.css
+0
-122
style.css
configs/hyprland/waybar/style.css
+0
-122
config
skel/skel/.config/waybar/config
+0
-5
style-dark.css
skel/skel/.config/waybar/style-dark.css
+0
-6
style.css
skel/skel/.config/waybar/style.css
+0
-6
No files found.
configs/hyprland/waybar/colors/adw-dark.css
deleted
100644 → 0
View file @
e8292a20
@define-color
bg
#222226
;
@define-color
selected_bg
#343437
;
@define-color
text
#ffffff
;
@define-color
workspace_text
#a6a7ac
;
@define-color
unfocused
#f85656
;
@define-color
urgent
#e89b0b
;
@define-color
accent
#3584e4
;
configs/hyprland/waybar/colors/adw.css
deleted
100644 → 0
View file @
e8292a20
@define-color
bg
#fafafb
;
@define-color
selected_bg
#deddda
;
@define-color
text
rgb
(
0
,
0
,
6
);
@define-color
workspace_text
#9a9996
;
@define-color
unfocused
#f85656
;
@define-color
urgent
#e89b0b
;
@define-color
accent
#3584e4
;
configs/hyprland/waybar/config
deleted
100644 → 0
View file @
e8292a20
{
"layer": "top",
"position": "top",
"margin-left": 35,
"margin-top": 5,
"margin-right": 35,
"height": 30,
"spacing": 3,
"exclusive": true,
"gtk-layer-shell": true,
"passthrough": false,
"fixed-center": true,
"reload_style_on_change": true, // Релоад при изменении css
"include": [
"/etc/ximperdistro/hyprland/waybar/modules.json"
],
"modules-left": [
"image#menu",
"group/hypr-windowcount-workspaces",
"tray"
],
"modules-center": [
"clock"
],
"modules-right": [
"custom/media#mini",
"idle_inhibitor",
"hyprland/language",
"hyprland/submap",
"group/volume",
"network",
"bluetooth",
"battery",
"backlight",
"custom/notification"
]
}
\ No newline at end of file
configs/hyprland/waybar/modules.json
deleted
100644 → 0
View file @
e8292a20
{
"image#menu"
:
{
"path"
:
"/usr/share/pixmaps/ximperlinux.svg"
,
"size"
:
18
,
"on-click"
:
"pkill wofi || wofi --show drun -x 8 -y 10 --height 35% --width 25%"
},
"hyprland/workspaces#icons"
:
{
"active-only"
:
false
,
"all-outputs"
:
false
,
"format"
:
"{icon}"
,
"show-special"
:
true
,
"on-click"
:
"activate"
,
"on-scroll-up"
:
"hyprctl dispatch workspace e+1"
,
"on-scroll-down"
:
"hyprctl dispatch workspace e-1"
,
"format-icons"
:
{
"default"
:
""
,
"special"
:
""
}
},
"hyprland/workspaces#numbers"
:
{
"active-only"
:
false
,
"all-outputs"
:
false
,
"format"
:
"{name}"
,
"show-special"
:
true
,
"on-click"
:
"activate"
,
"on-scroll-up"
:
"hyprctl dispatch workspace e+1"
,
"on-scroll-down"
:
"hyprctl dispatch workspace e-1"
,
},
"hyprland/window"
:
{
"format"
:
"{title}"
,
"icon"
:
"true"
,
"icon-size"
:
16
,
"max-length"
:
30
,
},
"hyprland/windowcount"
:
{
"format"
:
"{}"
,
"separate-outputs"
:
true
},
"hyprland/language"
:
{
"format"
:
"{}"
,
"format-en"
:
"EN"
,
"format-ru"
:
"RU"
,
"on-scroll-up"
:
"hyprctl switchxkblayout all next"
,
"on-scroll-down"
:
"hyprctl switchxkblayout all prev"
,
},
"hyprland/submap"
:
{
"format"
:
"{}"
,
"on-click"
:
"hyprctl dispatch submap reset"
,
"always-on"
:
"true"
,
"default-submap"
:
"reset"
,
},
"tray"
:
{
"icon-size"
:
15
,
"show-passive-items"
:
true
,
"spacing"
:
8
},
"custom/media"
:
{
"format"
:
"{icon} {0}"
,
"return-type"
:
"json"
,
"format-icons"
:
{
"Playing"
:
""
,
"Paused"
:
""
},
"max-length"
:
50
,
"exec"
:
"playerctl -a metadata --format '{
\"
text
\"
:
\"
{{artist}} - {{markup_escape(title)}}
\"
,
\"
tooltip
\"
:
\"
{{playerName}} : {{markup_escape(title)}}
\"
,
\"
alt
\"
:
\"
{{status}}
\"
,
\"
class
\"
:
\"
{{status}}
\"
}' -F"
,
"on-click"
:
"playerctl play-pause"
,
"on-scroll-up"
:
"playerctl next"
,
"on-scroll-down"
:
"playerctl previous"
},
"custom/media#mini"
:
{
"format"
:
"{icon} {0}"
,
"return-type"
:
"json"
,
"format-icons"
:
{
"Playing"
:
""
,
"Paused"
:
""
},
"max-length"
:
30
,
"exec"
:
"playerctl -a metadata --format '{
\"
text
\"
:
\"
{{markup_escape(title)}}
\"
,
\"
tooltip
\"
:
\"
{{playerName}} : {{markup_escape(artist)}} - {{markup_escape(title)}}
\"
,
\"
alt
\"
:
\"
{{status}}
\"
,
\"
class
\"
:
\"
{{status}}
\"
}' -F"
,
"on-click"
:
"playerctl play-pause"
,
"on-scroll-up"
:
"playerctl next"
,
"on-scroll-down"
:
"playerctl previous"
},
"idle_inhibitor"
:
{
"format"
:
"{icon}"
,
"format-icons"
:
{
"activated"
:
""
,
"deactivated"
:
""
},
"tooltip-format-activated"
:
"Кофеин: активен
\n
Режим ожидания: отключен"
,
"tooltip-format-deactivated"
:
"Кофеин: отключен
\n
Режим ожидания: активен"
},
"pulseaudio#volume"
:
{
"scroll-step"
:
5
,
"format"
:
"{icon} {volume}%"
,
"format-bluetooth"
:
" {icon} {volume}%"
,
"format-muted"
:
" "
,
"tooltip-format"
:
"{desc}"
,
"format-icons"
:
{
"headphone"
:
""
,
"default"
:
[
""
,
""
,
""
]
},
"on-click"
:
"hyprctl dispatch exec '[size 820 400; move 100%-840 4%]' pwvucontrol"
,
"on-click-right"
:
"wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle"
},
"pulseaudio#microphone"
:
{
"format"
:
"{format_source}"
,
"format-source"
:
" {volume}%"
,
"format-source-muted"
:
" "
,
"on-click"
:
"hyprctl dispatch exec '[size 820 400; move 100%-840 4%]' pwvucontrol"
,
"on-click-right"
:
"wpctl set-mute @DEFAULT_SOURCE@ toggle"
,
"on-scroll-up"
:
"wpctl set-volume @DEFAULT_SOURCE@ 10%+ -l 1.0"
,
"on-scroll-down"
:
"wpctl set-volume @DEFAULT_SOURCE@ 10%- -l 1.0"
,
"tooltip-format"
:
"{source_desc}"
},
"network"
:
{
"tooltip"
:
true
,
"format-wifi"
:
" "
,
"rotate"
:
0
,
"format-ethernet"
:
""
,
"format-linked"
:
" (No IP)"
,
"format-disconnected"
:
" "
,
"tooltip-format-disconnected"
:
"Нет соединения"
,
"format-alt"
:
"<span foreground='#90ceaa'> {bandwidthDownBytes}</span> <span foreground='#dd6777'> {bandwidthUpBytes}</span>"
,
"interval"
:
2
,
"on-click-right"
:
"hyprctl dispatch exec '[size 910 460; move 100%-930 4%]' kitty nmtui"
},
"bluetooth"
:
{
"format"
:
""
,
"format-disabled"
:
""
,
"format-on"
:
""
,
"format-off"
:
""
,
"format-disconnected"
:
""
,
"format-connected"
:
" {num_connections}"
,
"tooltip"
:
true
,
"tooltip-format"
:
""
,
"tooltip-format-disabled"
:
" Отключено"
,
"tooltip-format-on"
:
" Включено"
,
"tooltip-format-off"
:
" Выключено"
,
"tooltip-format-connected"
:
"{device_enumerate}"
,
"tooltip-format-enumerate-connected"
:
" {device_alias} {device_battery_percentage}%"
,
"on-click-right"
:
"hyprctl dispatch exec '[size 530 350; move 100%-550 4%]' blueman-manager"
},
"battery"
:
{
"states"
:
{
"good"
:
95
,
"warning"
:
30
,
"critical"
:
15
},
"format"
:
"{icon} {capacity}%"
,
"rotate"
:
0
,
"format-charging"
:
" {capacity}%"
,
"format-plugged"
:
" {capacity}%"
,
"format-alt"
:
"{time} {icon}"
,
"format-icons"
:
[
""
,
""
,
""
,
""
,
""
,
""
,
""
,
""
,
""
,
""
,
""
]
},
"backlight"
:
{
"format"
:
"{icon} {percent}%"
,
"format-icons"
:
[
""
,
""
,
""
,
""
,
""
,
""
,
""
,
""
,
""
],
"on-scroll-up"
:
"brightnessctl s +5%"
,
"on-scroll-down"
:
"brightnessctl s 5%-"
},
"clock"
:
{
"format"
:
"{:%H:%M}"
,
"tooltip-format"
:
"<tt><big>{calendar}</big></tt>"
,
"format-alt"
:
"{:%Y-%m-%d}"
,
"calendar"
:
{
"mode"
:
"month"
,
"weeks-pos"
:
"left"
,
"format"
:
{
"months"
:
"<span color='#d0d3d8'><b>{}</b></span>"
,
"days"
:
"<span color='#cbced3'><b>{}</b></span>"
,
"weeks"
:
"<span color='#95d3af'><b>W{}</b></span>"
,
"weekdays"
:
"<span color='#98d3ee'><b>{}</b></span>"
,
"today"
:
"<span color='#e26c7c'><b><u>{}</u></b></span>"
}
}
},
"custom/notification"
:
{
"format"
:
"{icon} {0}"
,
"format-icons"
:
{
"notification"
:
" <span foreground='red'><sup></sup></span>"
,
"none"
:
" "
,
"dnd-notification"
:
" <span foreground='red'><sup></sup></span>"
,
"dnd-none"
:
" "
,
"inhibited-notification"
:
" <span foreground='red'><sup></sup></span>"
,
"inhibited-none"
:
" "
,
"dnd-inhibited-notification"
:
" <span foreground='red'><sup></sup></span>"
,
"dnd-inhibited-none"
:
" "
},
"return-type"
:
"json"
,
"exec-if"
:
"which swaync-client"
,
"exec"
:
"swaync-client -swb"
,
"on-click"
:
"swaync-client -t -sw"
,
"on-click-right"
:
"swaync-client -d -sw"
,
"escape"
:
true
},
"cpu"
:
{
"interval"
:
1
,
"format"
:
" {usage}%"
,
"tooltip-format"
:
"{usage}"
},
"memory"
:
{
"interval"
:
1
,
"format"
:
" {}%"
,
"tooltip-format"
:
"memory: {used:0.1f}/{total:0.1f} GiB
\n
SWAP: {swapUsed:0.1f}/{swapTotal:0.1f} GiB"
},
"custom/ddclight"
:
{
"tooltip"
:
false
,
"format"
:
"{icon}"
,
"return-type"
:
"json"
,
"format-icons"
:
[
""
,
""
,
""
,
""
,
""
,
""
,
""
,
""
,
""
],
"exec-if"
:
"ddclight"
,
"exec"
:
"ddclight get --waybar"
,
"on-scroll-up"
:
"ddclight set +5"
,
"on-scroll-down"
:
"ddclight set 5-"
},
//
----------
ГРУППЫ
----
GROUPS
"group/hypr-windowcount-workspaces"
:
{
"orientation"
:
"horizontal"
,
"modules"
:
[
"hyprland/windowcount"
,
"hyprland/workspaces#icons"
]
},
"group/volume"
:
{
"orientation"
:
"horizontal"
,
"modules"
:
[
"pulseaudio#volume"
,
"pulseaudio#microphone"
,
]
}
}
configs/hyprland/waybar/style-dark.css
deleted
100644 → 0
View file @
e8292a20
*
{
min-height
:
0
;
font-size
:
14px
;
font-family
:
Evolventa-Regular
,
FiraCode
Nerd
Font
;
font-weight
:
500
;
}
window
#waybar
{
background
:
@
bg
;
border-radius
:
20px
;
}
.modules-left
{
margin-left
:
5px
;
}
.modules-right
{
margin-right
:
5px
;
}
.module
{
background-color
:
@
bg
;
min-height
:
0
;
border-radius
:
20px
;
margin
:
5px
;
padding
:
0px
10px
;
color
:
@
text
;
border
:
none
;
}
.module
:hover
{
background-color
:
@
selected_bg
;
}
.horizontal
>
widget
>
box
.horizontal
>
widget
>
.module
{
margin
:
5px
0
;
}
.horizontal
>
widget
>
box
.horizontal
>
widget
:first-child
>
.module
{
border-radius
:
20px
0
0
20px
;
padding
:
0
5px
0
10px
;
}
.horizontal
>
widget
>
box
.horizontal
>
widget
:not
(
:first-child
)
:not
(
:last-child
)
>
.module
{
border-radius
:
0
;
margin
:
5px
0
;
padding
:
0
5px
;
}
.horizontal
>
widget
>
box
.horizontal
>
widget
:last-child
>
.module
{
border-radius
:
0
20px
20px
0
;
padding
:
0
10px
0
5px
;
}
#workspaces
.icons
button
{
padding
:
0px
;
margin
:
0px
;
color
:
@
workspace_text
;
}
#workspaces
.icons
button
*
{
font-size
:
10px
;
}
#workspaces
.icons
button
:hover
{
color
:
@
text
;
background-color
:
@
bg
;
}
#workspaces
.icons
button
.special
{
padding
:
0px
0px
0px
5px
;
color
:
@
workspace_text
}
#workspaces
.icons
button
.special
*
{
font-size
:
14px
;
}
#workspaces
.numbers
button
{
margin
:
0px
;
padding
:
0px
;
color
:
@
text
;
}
#workspaces
.numbers
button
:hover
{
color
:
@
accent
;
}
#workspaces
.numbers
button
.special
{
padding
:
0px
5px
;
}
#workspaces
button
.active
{
color
:
@
accent
;
}
#workspaces
button
.urgent
{
color
:
@
urgent
;
}
#workspaces
button
.special.urgent
{
color
:
@
urgent
;
}
#tray
menu
{
background-color
:
@
bg
;
}
#idle_inhibitor
{
padding
:
0px
10px
0px
7px
;
}
#pulseaudio
.volume.muted
{
color
:
@
unfocused
;
}
#pulseaudio
.microphone.source-muted
{
color
:
@
unfocused
;
}
window
#waybar
.empty
#window
{
background-color
:
transparent
;
}
tooltip
{
border-radius
:
20px
;
background
:
alpha
(
@
bg
,
1
);
color
:
@
text
}
tooltip
label
{
color
:
@
text
}
configs/hyprland/waybar/style.css
deleted
100644 → 0
View file @
e8292a20
*
{
min-height
:
0
;
font-size
:
14px
;
font-family
:
Evolventa-Regular
,
FiraCode
Nerd
Font
;
font-weight
:
500
;
}
window
#waybar
{
background
:
@
bg
;
border-radius
:
20px
;
}
.modules-left
{
margin-left
:
5px
;
}
.modules-right
{
margin-right
:
5px
;
}
.module
{
background-color
:
@
bg
;
min-height
:
0
;
border-radius
:
20px
;
margin
:
5px
;
padding
:
0px
10px
;
color
:
@
text
;
border
:
none
;
}
.module
:hover
{
background-color
:
@
selected_bg
;
}
.horizontal
>
widget
>
box
.horizontal
>
widget
>
.module
{
margin
:
5px
0
;
}
.horizontal
>
widget
>
box
.horizontal
>
widget
:first-child
>
.module
{
border-radius
:
20px
0
0
20px
;
padding
:
0
5px
0
10px
;
}
.horizontal
>
widget
>
box
.horizontal
>
widget
:not
(
:first-child
)
:not
(
:last-child
)
>
.module
{
border-radius
:
0
;
margin
:
5px
0
;
padding
:
0
5px
;
}
.horizontal
>
widget
>
box
.horizontal
>
widget
:last-child
>
.module
{
border-radius
:
0
20px
20px
0
;
padding
:
0
10px
0
5px
;
}
#workspaces
.icons
button
{
padding
:
0px
;
margin
:
0px
;
color
:
@
workspace_text
;
}
#workspaces
.icons
button
*
{
font-size
:
10px
;
}
#workspaces
.icons
button
:hover
{
color
:
@
text
;
background-color
:
@
bg
;
}
#workspaces
.icons
button
.special
{
padding
:
0px
0px
0px
5px
;
color
:
@
workspace_text
}
#workspaces
.icons
button
.special
*
{
font-size
:
14px
;
}
#workspaces
.numbers
button
{
margin
:
0px
;
padding
:
0px
;
color
:
@
text
;
}
#workspaces
.numbers
button
:hover
{
color
:
@
accent
;
}
#workspaces
.numbers
button
.special
{
padding
:
0px
5px
;
}
#workspaces
button
.active
{
color
:
@
accent
;
}
#workspaces
button
.urgent
{
color
:
@
urgent
;
}
#workspaces
button
.special.urgent
{
color
:
@
urgent
;
}
#tray
menu
{
background-color
:
@
bg
;
}
#idle_inhibitor
{
padding
:
0px
10px
0px
7px
;
}
#pulseaudio
.volume.muted
{
color
:
@
unfocused
;
}
#pulseaudio
.microphone.source-muted
{
color
:
@
unfocused
;
}
window
#waybar
.empty
#window
{
background-color
:
transparent
;
}
tooltip
{
border-radius
:
20px
;
background
:
alpha
(
@
bg
,
1
);
color
:
@
text
}
tooltip
label
{
color
:
@
text
}
skel/skel/.config/waybar/config
deleted
100644 → 0
View file @
e8292a20
{
"include": [
"/etc/ximperdistro/hyprland/waybar/config"
]
}
skel/skel/.config/waybar/style-dark.css
deleted
100644 → 0
View file @
e8292a20
/*
XIMPER_V1.0
*/
@import
url("/etc/ximperdistro/hyprland/waybar/colors/adw-dark.css")
;
@import
url("/etc/ximperdistro/hyprland/waybar/style-dark.css")
;
skel/skel/.config/waybar/style.css
deleted
100644 → 0
View file @
e8292a20
/*
XIMPER_V1.0
*/
@import
url("/etc/ximperdistro/hyprland/waybar/colors/adw.css")
;
@import
url("/etc/ximperdistro/hyprland/waybar/style.css")
;
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