Skip to content

Releases: nwg-piotr/nwg-panel

nwg-panel 0.7.9

05 Oct 23:37
13e4f42
Compare
Choose a tag to compare
  • added (back) check box to disable the panel homogeneity. See #95: if we use Center modules in a panel, the panel's box "columns" need to be homogeneous, if we want the center columns content (e.g. clock) to be centered in the screen. If some columns width exceeds 1/3 of the screen width, it results in cutting off the panel edges. If one really needs 3 columns and wide content, the only solution is to turn the columns' homogeneity off, and give up on centering.
  • Playerctl module: added possibility to scroll track metadata longer than the label length limit (instead of shortening).

image

nwg-panel 0.7.8

13 Sep 00:00
Compare
Choose a tag to compare

nwg-panel 0.7.7

31 Aug 23:32
436bfc8
Compare
Choose a tag to compare
  • fixed improper Tray icon size on outputs scaled up;
  • fixed output dimensions detection on compositors other than sway: closes #134, reported from Wayfire.

nwg-panel 0.7.6

28 Aug 22:40
d23a0f1
Compare
Choose a tag to compare

Preparation for nwg-shell 0.2.4 release:

  • added grid (launcher) icon;
  • CustomButton module: added tooltip text.

nwg-panel v0.7.5

21 Aug 23:15
Compare
Choose a tag to compare
  • more icon names updated to be Adawaita conformant #141 by @tewkanz
  • fixed SwayWorkspaces crash #142

nwg-panel 0.7.4

15 Aug 11:02
Compare
Choose a tag to compare
  • nwg-panel-config & Clock module: icon names fixed to work with Adwaita icon theme - closes #139;
  • fix to prevent SwayWorkspaces from crashing on empty floating node.name - closes #137 (hopefully, as I couldn't reproduce the crash on my side).

nwg-panel 0.7.3

30 Jul 23:59
178c7c1
Compare
Choose a tag to compare

Clock module: added Calendar window, with the ability to save a simple note for each day.

image

Hint: by default, calendar data is stored in the /home/$USER/.local/share/nwg-panel/calendar.json file. Use a folder that you sync over the web to access the same calendar on various machines. E.g. you may install Dropbox and use the /home/$USER/Dropbox/calendar.json path.

image

nwg-panel 0.7.2

18 Jul 22:50
Compare
Choose a tag to compare

Openweather module:

  • added precipitation volume
  • added Romanian translation by drLobes
  • added Watherbit.io weather alerts (requires a separate API key)

Controls module:

  • brightness slider now supports ddcutil to control external displays @az01101001

BrightnessSlider module

  • allows to have a separate brightness slider, especially on ddcutil-controlled outputs, without multiple instances of the Controls module. @az01101001

nwg-panel 0.7.1

16 Jun 22:55
Compare
Choose a tag to compare
  • Added OpenWeather module (NEW DEPENDENCY: python-requests);
  • added separate horizontal and vertical margin for the Controls module popup window #121 by @az01101001;
  • added custom labels for workspaces in the SwayWorkspaces module #123 by @az01101001.

nwg-panel 0.7.0

06 Jun 00:27
ec9a586
Compare
Choose a tag to compare
  • Added systemd service #115 @jtheoof; See Wiki;
  • added monochrome icons for nwg-* stuff;
  • added vertical panels, that closes #69.