Commit Graph

674 Commits

Author SHA1 Message Date
Wölfchen
1d3a186092
fix: make formattime follow system locale (#1177)
closes #869

Co-authored-by: CrumblyLiquid <crumblyliquid@gmail.com>
2024-08-28 10:29:52 +02:00
Wölfchen
057297b4a3
fix: remove unused import (#1168) 2024-08-25 19:44:34 +02:00
Schrottkatze
16250aee86
Fix Typo ("procent" -> "percent") (#1169) 2024-08-25 18:03:33 +02:00
dangerdyke
ee937b90ec
add EWW_BATTERY support in (free|open|net)bsd (#645)
* add `EWW_BATTERY` support in (free|open|net)bsd

* add `EWW_BATTERY` support in (free|open|net)bsd

---------

Co-authored-by: ElKowar <dev@elkowar.dev>
2024-08-25 16:24:43 +02:00
PrettyCoffee
96529d37fa
docs: Add example for data structures (#595) 2024-08-25 16:24:31 +02:00
Leni Aniva
452cab7677
feat: Add option for graph drawing direction (#1113)
* feat: Add option for vertical graph

* doc: Add feature to changelog
2024-08-25 16:15:43 +02:00
ovalkonia
dc4def5327
Add scss support for style property (#1121)
* Add scss support for the ':style' widget property

* Add changelog entry for the scss support for the ':style' property

---------

Co-authored-by: ElKowar <dev@elkowar.dev>
2024-08-25 16:14:35 +02:00
Mateusz
510b824e75
Use gdk_screen_get_monitor_plug_name to provide more consistent monitor names on wayland (#1129)
* workaround gdk not providing right monitor informations on wayland

* move gdk workaround for plug name into a separate function

* adjust changelog
2024-08-25 16:03:52 +02:00
Wölfchen
3342234894
fix: fix changelog, warnings and lints (#1155)
* fix!: eliminate some dead code

* fix: fix lints

Combined diff of a7a09ea192 and bfc5cb9cb0

Co-authored-by: Johan Geluk <johan@geluk.io>

* fix: remove unnecessary allow; fix capitalization

* chore: automatically update a few dependencies

* fix: fix lint

i introduced this in #1119, whoops

* docs: move #1132's changelog entry

---------

Co-authored-by: Johan Geluk <johan@geluk.io>
2024-08-25 15:51:26 +02:00
mario-kr
fefba66ff5
Fix: EWW_NET wrong values for TX/RX stats (#1108)
* Fix: EWW_NET wrong values for TX/RX stats

The sysinfo crate, structure Networks, basically caches one value of
total_received/total_transmitted each (as well as other metrics) and
returns the difference between those two values when queried via the
`received()` and `transmitted()` functions.

These values are updated by both the `refresh()` and `refresh_list()`
functions; so by calling both of them right after each other like
previously done here, sets both the cached total_received/... and the
current total_received/... to nearly the same value.

`refresh_list()` also updates the list of interfaces on a host, with a
marginally small performance impact for doing so (I measured slightly
more than 100 microseconds on my machine (0.1 milliseconds), around
20-25% more than with `refresh()`), especially considering this is run
only every 2 seconds.

* Add changelog entry for the EWW_NET bugfix
2024-08-25 15:45:33 +02:00
Harsh Khandeparkar
6b6e236e2e
docs: changed kB to bytes in EWW_RAM description (#1075) 2024-08-25 15:45:18 +02:00
Wölfchen
5212e62fd3
feat: add fill-svg and preserve-aspect-ratio attributes to image widget (#1148)
* feat: add fill-svg attribute to image widget

Co-authored-by: Eddy Otsutsuki <23711001+hypernova7@users.noreply.github.com>

* feat: add preserve-aspect-ratio attribute to image widget

* docs: document new attributes; changelog entry

---------

Co-authored-by: Eddy Otsutsuki <23711001+hypernova7@users.noreply.github.com>
2024-08-24 13:02:33 +02:00
ovalkonia
f01396f9d5
Fix: the gtk expander widget bugfix (#1132)
* Fixed the gtk `expander` widget

* Add changelog entry for the `expander` widget bugfix
2024-08-24 12:30:23 +02:00
ovalkonia
367363975e
Fix: the gtk stack widget bugfix (#1119)
* Fixed the gtk stack widget

* Add changelog entry for the stack widget bugfix

* Small code style improvement

Co-authored-by: Wölfchen <w-lfchen@posteo.net>

---------

Co-authored-by: ElKowar <lkowarschick@gmail.com>
Co-authored-by: Wölfchen <w-lfchen@posteo.net>
2024-08-24 12:30:06 +02:00
Wölfchen
b62094fa5d chore: automatically update a few dependencies 2024-08-24 12:26:24 +02:00
Wölfchen
faa73137b4 chore: update toolchain to 1.80.1 2024-08-24 12:26:24 +02:00
Wölfchen
c69aa92c36 chore: automatically update a few dependencies 2024-08-24 12:26:24 +02:00
Wölfchen
56e2fdae55 chore: automatically update a few dependencies 2024-08-24 12:26:24 +02:00
Wölfchen
ffe43eda85 chore: automatically update a few dependencies 2024-08-24 12:26:24 +02:00
Wölfchen
44e7b63c85 chore: automatically update a few dependencies 2024-08-24 12:26:24 +02:00
Wölfchen
fdac6b5cd9 chore: update derive_more to 1.0 2024-08-24 12:26:24 +02:00
Wölfchen
4288771181 chore: automatically update a few dependencies 2024-08-24 12:26:24 +02:00
Wölfchen
e4ea489386 fix: update grass; re-enable default features for grass 2024-08-24 12:26:24 +02:00
Wölfchen
a96b7ec7eb chore: automatically update a few dependencies 2024-08-24 12:26:24 +02:00
Wölfchen
7aa571eef1 docs: update changelog 2024-08-24 12:26:24 +02:00
Wölfchen
65fab811e9 chore: automatically update a few dependencies 2024-08-24 12:26:24 +02:00
Wölfchen
5cec8736a7 docs: update zbus-xmlgen generation commands; add zbus-xmlgen to development shell 2024-08-24 12:26:24 +02:00
Wölfchen
71ba502442 chore: update zbus 2024-08-24 12:26:24 +02:00
Wölfchen
eda9d1e803 fix: fix lints 2024-08-24 12:26:24 +02:00
Wölfchen
088809d7e8 chore(cargo): move gtk, zbus to workspace 2024-08-24 12:26:24 +02:00
Wölfchen
dc39564852 chore: update itertools; update zbus 2024-08-24 12:26:24 +02:00
Wölfchen
57a5d9963a chore: update a few dependencies 2024-08-24 12:26:24 +02:00
Wölfchen
89d8bfe5c2 nix: switch to nixfmt-rfc-style 2024-08-24 12:26:24 +02:00
Wölfchen
8b9d65f800 chore: use cargo to update almost all dependencies 2024-08-24 12:26:24 +02:00
Wölfchen
3b6f868ea6 chore: update gtk and related dependencies to 0.18
co-authored-by: Johan Geluk <johan@geluk.io>
2024-08-24 12:26:24 +02:00
Wölfchen
0808e78db2 chore: update toolchain to 1.80.0 2024-08-24 12:26:24 +02:00
Wölfchen
845773a44b chore: update flake.lock 2024-08-24 12:26:24 +02:00
carschandler
bd824fcbfd Typo in configuration.md 2024-08-24 12:25:16 +02:00
elkowar
696135a6bb
Set GDK_BACKEND env var on wayland 2024-08-21 18:33:31 +02:00
ovalkonia
4d55e9ad63
Add min and max simplexpr functions (#1123)
* Add 'min' and 'max' function calls to simplexpr

* Add changelog entry for 'min' and 'max' simplexpr functions
2024-07-05 12:57:48 +02:00
Vyacheslav Ananev
d1fde927d2
systray: fix remove items (#1098)
* systray: fix remove item

* docs: add entry to CHANGELOG.md
2024-05-06 14:05:57 +02:00
shouya
3dca22deb1
remove sysinfo/linux-netdevs feature (#1096) 2024-05-06 14:05:32 +02:00
Jonathan
a4da192d62
systray: add :hover attribute to tray items (#1091)
* systray: add `:hover` attribute to tray items

* doc: add entry to changelog
2024-05-05 12:14:44 +02:00
Rayzeq
2c88115124
Fix string truncation (#1084)
* remove useless check

* add `truncate` property

* add to CHANGELOG.md
2024-04-26 08:59:23 +02:00
Wölfchen
acf57a8396
fix: refactor and fix flake (#1038)
* fix: refactor flake

* chore: update flake.lock

* chore: update changelog

* chore: update flake.lock

* chore: update changelog
2024-04-21 22:09:14 +02:00
Wölfchen
8397744f40
fix: bump cargo version (#1080) 2024-04-21 22:04:50 +02:00
June
b813adec79
Update ahash to fix yanked version (#1079) 2024-04-21 21:55:03 +02:00
elkowar
d87c2fdbfd
Release version 0.6.0 2024-04-21 14:20:30 +02:00
Rayzeq
1e37f53e99
fix #42: use gtk's text truncation system when possible (#1066)
* fix #42: use gtk's text truncation system when possible

* enhance doc + add to changelog
2024-04-14 16:57:58 +02:00
Alessio Molinari
ebe5f349d1
Add a checked property on checkbox. Close #693. (#916)
* feat: add a checked property on checkbox. Close #693.

* chore: update CHANGELOG.md

---------

Co-authored-by: ElKowar <5300871+elkowar@users.noreply.github.com>
2024-04-06 13:11:59 +02:00