You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: NEWS.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -169,7 +169,7 @@
169
169
170
170
### Packaging
171
171
172
-
Manual page is no longer provided in the repo. To generate `man/i3status-rs.1` run `cargo xtask generate-manpage`. See [manual_install.md](https://github.com/greshake/i3status-rust/blob/master/doc/manual_install.md) for more details.
172
+
Manual page is no longer provided in the repo. To generate `man/i3status-rs.1` run `cargo xtask generate-manpage`. See [manual_install.md](doc/manual_install.md) for more details.
`i3status-rs` is a feature-rich and resource-friendly replacement for i3status, written in pure Rust. It provides a way to display "blocks" of system information (time, battery status, volume, etc) on bars that support the [i3bar protocol](https://i3wm.org/docs/i3bar-protocol.html).
6
6
@@ -16,25 +16,25 @@ Install from one of the packages below:
16
16
17
17
***NOTE:** Installation via `cargo` is not supported.
18
18
19
-
Otherwise refer to [manual install](https://github.com/greshake/i3status-rust/blob/master/doc/manual_install.md) docs.
19
+
Otherwise refer to [manual install](doc/manual_install.md) docs.
20
20
21
21
## Configuration
22
22
23
-
After installing `i3status-rust`, edit the [example configuration](https://raw.githubusercontent.com/greshake/i3status-rust/master/examples/config.toml) to your liking.
23
+
After installing `i3status-rust`, edit the [example configuration](examples/config.toml) to your liking.
24
24
The default location is `$XDG_CONFIG_HOME/i3status-rust/config.toml`.
25
25
26
26
There are some optional global configuration variables, defined either at the top-level or in a [TOML table](https://github.com/toml-lang/toml/blob/main/toml.md#table).
27
27
28
28
`[icons]` table:
29
29
Key | Description | Default
30
30
----|-------------|----------
31
-
`icons` | The [icon set](https://github.com/greshake/i3status-rust/blob/master/doc/themes.md#available-icon-sets) that should be used. | `"none"`
31
+
`icons` | The [icon set](doc/themes.md#available-icon-sets) that should be used. | `"none"`
32
32
`[icons.icons_overrides]` | Refer to `Themes and Icons` below. | None
33
33
34
34
`[theme]` table:
35
35
Key | Description | Default
36
36
----|-------------|----------
37
-
`theme` | The [theme](https://github.com/greshake/i3status-rust/blob/master/doc/themes.md#available-themes) that should be used. | `"plain"`
37
+
`theme` | The [theme](doc/themes.md#available-themes) that should be used. | `"plain"`
38
38
`[theme.theme_overrides]` | Refer to `Themes and Icons` below. | None
39
39
40
40
Global variables:
@@ -64,7 +64,7 @@ short_error_message | The short error message, if available
Copy file name to clipboardExpand all lines: doc/themes.md
+24-16Lines changed: 24 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,36 +27,44 @@ Notes:
27
27
28
28
# Available themes
29
29
30
-
Note: screenshots were generated using [this config](https://github.com/greshake/i3status-rust/blob/master/gen-screenshots/screenshot_config.toml) with [this swaybar config](https://github.com/greshake/i3status-rust/blob/master/gen-screenshots/swayconfig_i3rs).
30
+
Note: screenshots were generated using [this config](../gen-screenshots/screenshot_config.toml) with [this swaybar config](../gen-screenshots/swayconfig_i3rs).
@@ -144,4 +152,4 @@ These can be directly set to a string containing the desired unicode codepoint(s
144
152
145
153
You can find the codepoints in the documentation of the icon font you're using.
146
154
147
-
Refer to individual block's documentation for a list of used icons or [provided icon sets](https://github.com/greshake/i3status-rust/tree/master/files/icons) for a complete list of icons.
155
+
Refer to individual block's documentation for a list of used icons or [provided icon sets](../files/icons) for a complete list of icons.
0 commit comments