-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
54 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# i3xrocks config file | ||
# # The man page for i3blocks is hosted at http://vivien.github.io/i3blocks | ||
# | ||
# List of valid properties: | ||
# | ||
# align | ||
# color | ||
# command | ||
# full_text | ||
# instance | ||
# interval | ||
# label | ||
# min_width | ||
# name | ||
# separator | ||
# separator_block_width | ||
# short_text | ||
# signal | ||
# urgent | ||
|
||
# Global properties | ||
# | ||
# The top properties below are applied to every block, but can be overridden. | ||
# Each block command defaults to the script name to avoid boilerplate. | ||
command=/usr/share/i3xrocks/scripts/$BLOCK_NAME | ||
separator_block_width=35 | ||
markup=pango | ||
color=xresource:i3xrocks.value.color | ||
label_color=xresource:i3xrocks.label.color |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Keyboard Battery Percentage | ||
# | ||
# The script may be called with -w and -c switches to specify thresholds, | ||
# see the script for details. | ||
[keyboard-battery] | ||
command=~/.local/bin/read-battery-pct | ||
interval=300 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Media Player | ||
# | ||
# Displays media controls | ||
[bluetooth] | ||
interval=20 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Displays network load | ||
[net-traffic] | ||
interval=repeat |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# CPU usage | ||
# | ||
# The script may be called with -w and -c switches to specify thresholds, | ||
# see the script for details. | ||
[cpu-usage] | ||
interval=5 | ||
min_width=100% |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Date Time | ||
[time] | ||
interval=xresource:i3xrocks.time.interval 10 |