Releases: nwg-piotr/nwg-shell
Releases · nwg-piotr/nwg-shell
nwg-shell 0.5.23
- css style sheets: added
*:selected
pseudo-class for hovered nwg-panel elements.
/* Selected (hovered) UI elements */
*:selected {
border: none;
background: #cd7ebf;
color: #fff
}
nwg-shell 0.5.22
- Default autostart files updated.
nwg-shell 0.5.21
- screenshot applet (new feature) turned on by default
nwg-shell 0.5.20
Improved screenshot
script:
- added guard clause for choice variable; #211 by @OlaoluwaM;
- added 'swappy' argument to open region screenshots with swappy.
nwg-shell 0.5.19
Initial monitors scaling on Hyprland set to 1.0. Former monitor=,preferred,auto,auto
settings resulted in scaling some displays x 2.0, or a fractional value on some monitors (e.g. on Virtualbox).
nwg-shell 0.5.18
Use sudo systemctl reboot -f
at the end of installation, if systemctl
command available. Otherwise the installer shipped with nwg-iso hangs for 90 seconds for no reason.
nwg-shell 0.5.17
Fixed indentation error while applying -k
argument.
nwg-shell 0.5.16
Hot fix to -s
argument type.
nwg-shell 0.5.15
New nwg-shell-installer arguments, for use with nwg-live iso:
-s
|--skip_reboot
-k
|--keyboard_layout
nwg-shell 0.5.14
- Fixed nwg-shell-config first run;
- nwg-shell-config no longer auto-started after installation.