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
02e3c066
Verified
Commit
02e3c066
authored
Apr 29, 2025
by
Kirill Unitsaev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update waybar modules
parent
867c8009
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
26 additions
and
40 deletions
+26
-40
config
configs/hyprland/waybar/config
+1
-2
extra-modules.json
configs/hyprland/waybar/extra-modules.json
+9
-3
modules.json
configs/hyprland/waybar/modules.json
+16
-35
No files found.
configs/hyprland/waybar/config
View file @
02e3c066
...
...
@@ -21,11 +21,10 @@
"hyprland/submap",
],
"modules-center": [
"custom/media",
"custom/media
-mini
",
],
"modules-right": [
"idle_inhibitor",
"custom/theme",
"hyprland/language",
"group/volume",
"network",
...
...
configs/hyprland/waybar/extra-modules.json
View file @
02e3c066
{
"custom/media-mini"
:
{
"hyprland/window"
:
{
"format"
:
"{title}"
,
"icon"
:
"true"
},
"custom/media"
:
{
"format"
:
"{icon} {0}"
,
"return-type"
:
"json"
,
"format-icons"
:
{
"Playing"
:
""
,
"Paused"
:
""
},
"max-length"
:
3
0
,
"exec"
:
"playerctl -a metadata --format '{
\"
text
\"
:
\"
{{
markup_escape(title)}}
\"
,
\"
tooltip
\"
:
\"
{{playerName}} : {{markup_escape(artist)}} -
{{markup_escape(title)}}
\"
,
\"
alt
\"
:
\"
{{status}}
\"
,
\"
class
\"
:
\"
{{status}}
\"
}' -F"
,
"max-length"
:
5
0
,
"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/ddclight"
:
{
"tooltip"
:
false
,
"format"
:
"{icon}"
,
...
...
configs/hyprland/waybar/modules.json
View file @
02e3c066
...
...
@@ -2,20 +2,7 @@
"image#menu"
:
{
"path"
:
"/usr/share/pixmaps/ximperlinux.svg"
,
"size"
:
20
,
"on-click"
:
"pkill wofi || wofi --show drun -x 5 -y 10 --height 35% --width 20%"
},
"custom/theme"
:
{
"tooltip"
:
false
,
"format"
:
"{icon}"
,
"return-type"
:
"json"
,
"format-icons"
:
{
"dark"
:
""
,
"light"
:
""
},
"exec-if"
:
"which wm-change-theme"
,
"exec"
:
"wm-change-theme get-waybar"
,
"on-click"
:
"wm-change-theme change"
,
"on-click"
:
"pkill wofi || wofi --show drun -x 8 -y 10 --height 35% --width 25%"
},
"hyprland/workspaces"
:
{
...
...
@@ -31,28 +18,29 @@
}
},
"hyprland/window"
:
{
"format"
:
"{title}"
,
"icon"
:
"true"
},
"tray"
:
{
"icon-size"
:
1
8
,
"icon-size"
:
1
5
,
"show-passive-items"
:
true
,
"spacing"
:
10
},
"hyprland/submap"
:
{
"format"
:
"{}"
,
"on-click"
:
"hyprctl dispatch submap reset"
,
"always-on"
:
"true"
,
"default-submap"
:
"reset"
,
},
"custom/media
"
:
{
"custom/media-mini
"
:
{
"format"
:
"{icon} {0}"
,
"return-type"
:
"json"
,
"format-icons"
:
{
"Playing"
:
""
,
"Paused"
:
""
},
"max-length"
:
5
0
,
"exec"
:
"playerctl -a metadata --format '{
\"
text
\"
:
\"
{{
artist}} - {{markup_escape(title)}}
\"
,
\"
tooltip
\"
:
\"
{{playerName}} :
{{markup_escape(title)}}
\"
,
\"
alt
\"
:
\"
{{status}}
\"
,
\"
class
\"
:
\"
{{status}}
\"
}' -F"
,
"max-length"
:
3
0
,
"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"
...
...
@@ -78,18 +66,11 @@
"on-scroll-down"
:
"hyprctl switchxkblayout all prev"
,
},
"hyprland/submap"
:
{
"format"
:
"{}"
,
"on-click"
:
"hyprctl dispatch submap reset"
,
"always-on"
:
"true"
,
"default-submap"
:
"reset"
,
},
"pulseaudio#volume"
:
{
"scroll-step"
:
5
,
"format"
:
"{icon} {volume}%"
,
"format-bluetooth"
:
" {icon} {volume}%"
,
"format-muted"
:
"
Мут
"
,
"format-muted"
:
" "
,
"tooltip-format"
:
"{desc}"
,
"format-icons"
:
{
"headphone"
:
" "
,
...
...
@@ -105,7 +86,7 @@
"pulseaudio#microphone"
:
{
"format"
:
"{format_source}"
,
"format-source"
:
" {volume}%"
,
"format-source-muted"
:
"
Мут
"
,
"format-source-muted"
:
" "
,
"on-click"
:
"hyprctl dispatch exec '[size 530 350; move 100%-550 4%]' pwvucontrol"
,
"on-click-right"
:
"wpctl set-mute @DEFAULT_SOURCE@ toggle"
,
"on-scroll-up"
:
"wpctl set-volume @DEFAULT_SOURCE@ 10%+ -l 1.0"
,
...
...
@@ -123,10 +104,10 @@
"network"
:
{
"tooltip"
:
true
,
"format-wifi"
:
"
{signalStrength}%
"
,
"format-wifi"
:
" "
,
"rotate"
:
0
,
"format-ethernet"
:
"
{signalStrength}%
"
,
"format-linked"
:
"
{ifname}
(No IP)"
,
"format-ethernet"
:
""
,
"format-linked"
:
" (No IP)"
,
"format-disconnected"
:
" "
,
"tooltip-format-disconnected"
:
"Нет соединения"
,
"format-alt"
:
"<span foreground='#90ceaa'> {bandwidthDownBytes}</span> <span foreground='#dd6777'> {bandwidthUpBytes}</span>"
,
...
...
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