Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
X
ximperconf
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
ximperconf
Commits
aa008de8
Commit
aa008de8
authored
Jan 13, 2026
by
Kirill Unitsaev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
hyprland/module show: display status with icon and color
parent
f3914854
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
actions.go
hyprland/actions.go
+1
-1
No files found.
hyprland/actions.go
View file @
aa008de8
...
...
@@ -279,7 +279,7 @@ func HyprlandModuleShowCommand(ctx context.Context, cmd *cli.Command) error {
}
fmt
.
Printf
(
"Модуль: %s
\n
"
,
info
.
Name
)
fmt
.
Printf
(
"Статус: %s
\n
"
,
info
.
Status
.
Label
)
fmt
.
Printf
(
"Статус: %s
\n
"
,
info
.
Status
.
Color
(
"%s %s"
,
info
.
Status
.
Symbol
,
info
.
Status
.
Label
)
)
fmt
.
Printf
(
"Путь: %s
\n
"
,
info
.
Path
)
fmt
.
Printf
(
"Путь в конфиге: %s
\n
"
,
info
.
ConfPath
)
fmt
.
Printf
(
"Строка в конфиге: %d
\n
"
,
info
.
LineNumber
)
...
...
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