Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
i3going-on
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
Kevin Lyda
i3going-on
Commits
be1365a0
Unverified
Commit
be1365a0
authored
2 years ago
by
Kevin Lyda
Browse files
Options
Downloads
Patches
Plain Diff
Add a better description of tasks.
parent
15474742
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
README.md
+34
-0
34 additions, 0 deletions
README.md
with
34 additions
and
0 deletions
README.md
+
34
−
0
View file @
be1365a0
...
@@ -22,3 +22,37 @@ To show/hide: `i3-msg 'bar mode toggle bottom'`
...
@@ -22,3 +22,37 @@ To show/hide: `i3-msg 'bar mode toggle bottom'`
To restart:
`i3-msg restart`
To restart:
`i3-msg restart`
[
i3bar
]:
https://i3wm.org/docs/i3bar-protocol.html
[
i3bar
]:
https://i3wm.org/docs/i3bar-protocol.html
## Goals
*
Modules
*
Disks
*
Show disk usage for all partitions for a given fstype.
*
Send alerts for low disk space.
*
Battery
*
Run this when the battery is low:
`notify-send -a battery -i /usr/share/icons/Humanity/status/16/battery-caution.svg "Low Battery" "Battery is low. Please plug in."`
*
Network
*
Show IP address
*
For wifi show ESSID or strength
*
Volume setting for mic and speaker (two different modules)
*
Clicks - left down, right up, middle toggle mute
*
Date
*
Go format for time
*
Click opens calendar
*
Script
*
Emits json output that fits the standard.
*
Conditionals: Only show some modules if a condition is met.
*
Clicks
*
Should be able to set things to run for each modifier:button. Either (or both) can be set to ALL to match anything.
*
Set environment vars with all the context:
*
`I3GO_NAME="color"`
*
`I3GO_BUTTON=1`
*
`I3GO_MODIFIERS="control:shift"`
*
`I3GO_X=1902`
*
`I3GO_Y=1143`
*
`I3GO_RELATIVE_X=9`
*
`I3GO_RELATIVE_Y=13`
*
`I3GO_WIDTH=24`
*
`I3GO_HEIGHT=22`
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