Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
dotfiles
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
varac-projects
dotfiles
Commits
9e5cfaff
Unverified
Commit
9e5cfaff
authored
1 month ago
by
Varac
Browse files
Options
Downloads
Patches
Plain Diff
waybar: add custom additions
parent
aafa1e3a
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
home/dot_config/ml4w-custom-dotfiles/dot_config/waybar/themes/ml4w-modern/config-custom
+52
-0
52 additions, 0 deletions
...tfiles/dot_config/waybar/themes/ml4w-modern/config-custom
with
52 additions
and
0 deletions
home/dot_config/ml4w-custom-dotfiles/dot_config/waybar/themes/ml4w-modern/config-custom
0 → 100644
+
52
−
0
View file @
9e5cfaff
// vim: ft=jsonc
// https://github.com/Alexays/Waybar/wiki/Configuration
{
"include"
:
[
"./config"
],
// Override existing modules
// Disable chatgpt
"group/links"
:
{
"orientation"
:
"horizontal"
,
"modules"
:
[
// "custom/chatgpt",
"custom/empty"
]
},
// Custom modules
// https://github.com/Alexays/Waybar/wiki/Module:-Custom
"custom/timewarrior"
:
{
"interval"
:
60
,
"format"
:
"{icon} {0} "
,
"format-icons"
:
"⏰"
,
"exec"
:
"/home/varac/bin/custom/timewarrior-status.sh"
,
"exec-if"
:
"test -f /usr/sbin/timew"
},
"custom/alertmanager"
:
{
"return-type"
:
"json"
,
"interval"
:
60
,
"format"
:
"{icon} {0}"
,
"format-icons"
:
{
"firing"
:
"🔥"
,
"snafu"
:
"🟢"
,
"error"
:
"🚫"
},
"exec"
:
"/bin/bash -c 'cd /home/varac/projects/monitoring/alertmanager/alertmanager_status/ && . ./.venv/bin/activate && ./alertmanager_status.py'"
,
"exec-if"
:
"test -d /home/varac/projects/monitoring/alertmanager/alertmanager_status/"
,
"signal"
:
21
,
"on-click"
:
"pkill -RTMIN+21 waybar"
,
"on-click-right"
:
"xdg-open $(yq .url < ~/.config/alertmanager_status/config.yml)"
},
// Modules Left
"modules-left"
:
[
"custom/appmenu"
,
"hyprland/workspaces"
,
"group/links"
,
// "wlr/taskbar",
"group/quicklinks"
,
"custom/empty"
,
"custom/timewarrior"
,
"custom/alertmanager"
]
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment