Felix Buehler
44fad4d2cd
use format_placeholder for volume
2020-04-07 23:02:30 +02:00
Ingo Bürk
e697a1f19f
Merge pull request #404 from Stunkymonkey/format_placeholder-file_content
...
use format_placeholder for file_content
2020-04-07 08:31:57 +02:00
Felix Buehler
f0b5758c72
use format_placeholder for file_content
2020-04-03 16:15:38 +02:00
Ingo Bürk
1858cd8dfb
Merge pull request #401 from Stunkymonkey/format_placeholder-time
...
use format_placeholder for time
2020-04-03 08:38:30 +02:00
Ingo Bürk
4980193dc7
Merge pull request #400 from Stunkymonkey/format_placeholder-run_watch
...
use format_placeholder for run_watch
2020-04-03 08:38:04 +02:00
Ingo Bürk
ffa429d145
Merge pull request #399 from Stunkymonkey/format_placeholder-path_exists
...
use format_placeholder for path_exists
2020-04-03 08:37:05 +02:00
Ingo Bürk
7f58f262ba
Merge pull request #403 from YaguraStation/patch-1
...
Update net-speed.sh
2020-04-03 08:36:24 +02:00
reuben honigwachs
33ba83e76e
Update net-speed.sh
...
Added the common prefix `enx` as possible string for interface detection. See https://www.freedesktop.org/wiki/Software/systemd/PredictableNetworkInterfaceNames/
2020-04-01 23:32:49 +02:00
Felix Buehler
7418b5bebb
use format_placeholder for time
2020-03-31 16:13:24 +02:00
Felix Buehler
dd683f618a
use format_placeholder for run_watch
2020-03-31 16:08:07 +02:00
Felix Buehler
84c0eddd66
use format_placeholder for path_exists
2020-03-31 16:01:17 +02:00
Ingo Bürk
b4c1bb97af
Merge pull request #398 from Stunkymonkey/format_placeholder-mem
...
use format_placeholder for mem
2020-03-31 15:31:34 +02:00
Felix Buehler
066e813331
use format_placeholder for mem
2020-03-31 15:21:46 +02:00
Ingo Bürk
b4555f53e2
Merge pull request #396 from Stunkymonkey/format_placeholder-ipv6_addr
...
use format_placeholder for ipv6_addr
2020-03-31 15:06:51 +02:00
Ingo Bürk
bb3b86947a
Merge pull request #397 from Stunkymonkey/format_placeholder-load
...
use format_placeholder for load
2020-03-31 15:06:09 +02:00
Felix Buehler
ebaeb8fb23
use format_placeholder for ipv6_addr
2020-03-31 15:03:18 +02:00
Felix Buehler
7aa3031cb6
use format_placeholder for load
2020-03-31 14:56:21 +02:00
Ingo Bürk
101215bbc8
Merge pull request #387 from ilya-bystrov/master
...
Small wrapper with the ability to add custom info in any position
2020-03-30 08:37:42 +02:00
Ingo Bürk
fb8dc7cce7
Merge pull request #394 from smaeul/patch/cpu-usage
...
avoid out-of-bounds read after invalid %cpu conversion
2020-03-30 08:36:53 +02:00
Ingo Bürk
22c0d3aee6
Merge pull request #395 from myTerminal/patch-1
...
perform few minor improvements in i3status.man
2020-03-30 08:30:18 +02:00
Mohammed Ismail Ansari
487f0f8da4
format the leftover directives
2020-03-29 18:29:28 -05:00
Mohammed Ismail Ansari
15429ef58a
format leftover color_degraded and color_bad directives
2020-03-29 18:11:14 -05:00
Mohammed Ismail Ansari
87d3981dd4
add more specificity to describe color_degraded and color_bad
2020-03-29 18:03:51 -05:00
Samuel Holland
585d0700c7
avoid out-of-bounds read after invalid %cpu conversion
...
In the case where no CPU number is given, skipping a character of
padding actually skips the null terminator, causing further iterations
through the loop to read out of bounds. Have sscanf() return the number
of characters read, instead of reconstructing it from the CPU number.
This was observed as a failure in test 024-cpu-usage-invalid-cpu.
2020-03-28 21:02:02 -05:00
Orestis Floros
3374e1605d
Merge pull request #392 from banderlog/patch-1
...
add autoconf to requirements
2020-03-19 13:09:23 +01:00
Borys Kabakov
e1b7e6b75a
add autoconf to requirements
...
Update README.md
upd readme
2020-03-16 16:49:47 +02:00
Ingo Bürk
77a330f53a
Merge pull request #391 from niacat/master
...
print_volume: Native NetBSD audio API support
2020-03-15 12:49:31 +01:00
Ingo Bürk
b7c1307194
Merge pull request #393 from banderlog/patch-2
...
Update README.md
2020-03-15 12:47:10 +01:00
Borys Kabakov
05bf2e0637
Update README.md
...
Add configure option to avoid memory leak failures like described in #362
2020-03-12 20:24:33 +02:00
nia
9b8403ac84
print_volume: Native NetBSD audio support
...
Avoid using the OSS emulation layer to fetch the master volume,
and instead share the audioio code with OpenBSD.
Avoid a failed read on the master control's mute enum if it can't
be found, because sometimes there isn't one.
2020-03-11 23:29:56 +00:00
Ingo Bürk
6eb70f10d2
Merge pull request #390 from Stunkymonkey/format_placeholder-eth
...
use format_placeholder for eth.info
2020-03-06 13:52:11 +01:00
Ingo Bürk
5576d03f90
Merge pull request #389 from Stunkymonkey/format_placeholder-disk
...
use format_placeholder for disk.info
2020-03-06 13:51:56 +01:00
Felix Buehler
e60eb9f3d1
use format_placeholder for disk.info
2020-03-03 21:32:49 +01:00
Felix Buehler
48119d890a
use format_placeholder for eth.info
2020-03-03 21:31:56 +01:00
Ilya Bystrov
3a4f47295d
Wrapper with the ability to add custom info in any position
2020-02-21 21:59:27 +03:00
Ingo Bürk
ae67594b6d
Merge pull request #386 from Stunkymonkey/format_placeholder-date
...
use format_placeholder for ddate
2020-02-21 17:35:20 +01:00
Felix Buehler
0a5f0ef115
use exact size for known strings
2020-02-21 15:23:37 +01:00
Ingo Bürk
a27ce763f4
Merge pull request #385 from Stunkymonkey/format_placeholder-cpu_temp
...
use format_placeholder for cpu_temperature
2020-02-20 08:47:27 +01:00
Felix Buehler
3ceb0b8fcf
use format_placeholder for ddate
2020-02-18 20:22:36 +01:00
Felix Buehler
2ef1d7440a
use format_placeholder for cpu_temperature
2020-02-18 17:51:12 +01:00
Ingo Bürk
b61e959a58
Merge pull request #381 from Stunkymonkey/format_wireless
...
add wireless format-options
2020-02-17 08:34:09 +01:00
Ingo Bürk
5b115d39f8
Merge pull request #380 from Stunkymonkey/percent-split
...
use format_placeholder(i3lib) for battery_info
2020-02-17 08:30:44 +01:00
Felix Buehler
42e7147291
add wireless format-options
2020-02-10 22:33:20 +01:00
Felix Buehler
b5a804d1af
use format_placeholder for battery
2020-02-10 21:05:18 +01:00
Ingo Bürk
eccd4a7618
Merge pull request #373 from zsugabubus/fix-memory
...
print_mem: Fix overflow on 32-bit systems
2019-11-25 06:16:16 +01:00
zsugabubus
ad29f204b7
print_mem: Fix overflow on 32-bit systems
...
Values stored as `unsigned long` in "/proc/meminfo" but they were
handled as `long`.
On 32-bit systems with 4G memory it results in integer overflow.
2019-11-24 23:41:46 +01:00
grmat
abfe05c8bd
Introduce format_percentage for battery ( #371 )
...
Allow custom output, backwards-compatible to integer_battery_capacity
2019-11-16 16:26:26 +01:00
Ingo Bürk
badef18c22
Merge pull request #369 from 31KM/master
...
Introduce memory options 'unit' and 'decimals'
2019-10-28 08:38:48 +01:00
MK13
572c96d63e
Introduce memory options 'unit' and 'decimals'
...
Previously the format placeholders were auto-converted to the maximum possible
unit, e.g. /proc/meminfo reports MemTotal of 16307104kB which will get
converted to 15.6GiB. It is now possible to specifiy the target unit, e.g. Mi,
which will be used for the conversion - in the example it would lead to
15924.9MiB.
The resulting number can now be further formatted via the decimal option. It
allows to specify the number of decimals to use, e.g. 15.6GiB vs. 15GiB or
15924.9MiB vs. 15925MiB.
2019-10-26 15:32:32 +02:00
Sascha Wessel
3d6b1b576b
wireless: update %signal and %quality based on station info on Linux ( #368 )
...
Use station info instead of bss info to update %signal and %quality.
Bss info is based on scan info and doesn't get updated often. Station
info get's updated with every beacon. Bss info still used as fallback.
2019-10-21 08:48:50 +02:00