Skip to content

Releases: nwg-piotr/nwg-shell-config

nwg-shell-config 0.5.54

09 Dec 07:37
Compare
Choose a tag to compare
  • Hot-fixed nwg-hud style.css path.

nwg-shell-config 0.5.53

08 Dec 22:45
Compare
Choose a tag to compare
  • Added a workspace icon missing from nwg-hud.

nwg-shell-config 0.5.52

07 Dec 00:17
fc15d8f
Compare
Choose a tag to compare

nwg-shell-config 0.5.51

09 Nov 23:37
Compare
Choose a tag to compare
  • RiP no_gaps_when_only in Hyprland v0.45.0

As soon as Hyprland v0.45.0 arrives, you'll probably see an error message. The no_gaps_when_only boolean has just been removed, as a part of customary breaking changes. Don't panic. Just run nwg-shell-config and apply changes w/o doing any changes.

In case you miss this feature, you can bring it back by adding 6 lines to the config file: https://wiki.hyprland.org/Configuring/Workspace-Rules/#smart-gaps

You'll also need to remove

    drop_shadow = true
    shadow_range = 4
    shadow_render_power = 3
    col.shadow = rgba(1a1a1aee)

lines, if you still have them in the main hyprland.conf file. Or read how to configure these values in the current Hyprland version.

nwg-shell-config 0.5.50

01 Nov 14:34
Compare
Choose a tag to compare
  • Fixed auto-translation of nwg-panel preset-3 labels.

nwg-shell-config 0.5.49

25 Oct 00:16
Compare
Choose a tag to compare

nwg-shell-translate utility:

  • fixed loading saved translation files;
  • added support for nwg-clipman.

nwg-shell-config 0.5.48

24 Oct 01:30
Compare
Choose a tag to compare
  • Lock screen random image source: unsplash.com replaced with wallhaven.cc; closes #83.

As the new unsplash.com API terms of use make it impossible to use their images in our application, I decided to switch to wallhaven.cc. If you use random images on your lock screen, you need to look at 'Random image from wallhaven.cc' settings in the in 'Idle & Lock screen' tab.

2024-10-24-030212_hypr_screenshot

Settings:

  • Tags (p parameter): comma-separated list. Limits search to images tagged with given tags: the more tags, the less search results.
  • Aspect ratios (ratios parameter): comma-separated list. Limits search to images of given aspect ratios.
  • Minimum resolution (atleast parameter): limits search to images of dimensions equal or greater than the given value. Hint: use your biggest monitor dimensions here.
  • API key (apikey parameter): if you have an account on wallhaven.cc, enter your API key here, to search images with your browsing settings and default filters from wallhaven.cc. Without the API key you'll always see SFW content.

In case you need some further explanation, see https://wallhaven.cc/help/api#search.

NOTE: 'Aspect ratios', 'Minimum resolution' and 'API key' field values are not being validated. Make sure you know what you enter there, or you may stop nwg-lock from downloading anything. If you leave a field blank, a safe default value will be used.

Packaging note

From now on the nwg-lock command depends on the 'python-requests' module. Actually we install it together with nwg-panel, but it makes sense to add it to nwg-shell-config dependencies.

nwg-shell-config 0.5.47

16 Oct 23:50
Compare
Choose a tag to compare
  • [Hyprland] fixed default idle settings restoration; closes #80;
  • [Hyprland] added nwg-drawer layer blur check button;
  • added support for -lp (launcher button position) nwg-dock argument;
  • [Hyprland] added general:allow_tearing check button;
  • [Hyprland] added nwg-dock layer blur check button;
  • disabled unused exit menu (nwg-bar) tab;
  • [sway] added support for touchpad click_method; closes #79.

nwg-shell-config 0.5.46

21 Aug 14:37
Compare
Choose a tag to compare
  • nwg-autotranslate: removed translation of non-existent nwg-bar template.

nwg-shell-config 0.5.45

20 Aug 22:39
Compare
Choose a tag to compare
  • Hot fix for the nwg-system-update command.