Releases: nwg-piotr/nwg-shell-config
nwg-shell-config 0.5.54
nwg-shell-config 0.5.53
- Added a workspace icon missing from nwg-hud.
nwg-shell-config 0.5.52
Added nwg-hud
script. See: https://github.com/nwg-piotr/nwg-shell-config#nwg-hud.
nwg-shell-config 0.5.51
- 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
- Fixed auto-translation of nwg-panel preset-3 labels.
nwg-shell-config 0.5.49
nwg-shell-translate utility:
- fixed loading saved translation files;
- added support for nwg-clipman.
nwg-shell-config 0.5.48
- 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.
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
- [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
nwg-autotranslate
: removed translation of non-existent nwg-bar template.
nwg-shell-config 0.5.45
- Hot fix for the
nwg-system-update
command.