Skip to content

Releases: nwg-piotr/nwg-shell

nwg-shell-config 0.5.26

09 Jan 02:22
Compare
Choose a tag to compare
  • nwg-clipman added to default panel configs;
  • cliphist added to default autostart files.

nwg-shell 0.5.25

04 Jan 01:30
Compare
Choose a tag to compare
  • Default sleep command on Hyprland changed to systemctl suspend (the old one was copied from sway and didn't work on Hyprland at all);
  • default resume command on Hyprland removed, as unnecessary.

nwg-shell 0.5.24

30 Dec 00:56
Compare
Choose a tag to compare
  • screenshot script: use /usr/bin/env bash as interpreter; #237 @Guanran928;
  • "battery-low-level" set to 0 in default presets (notifications turned off); closes #242;
  • swaylock set as the default screen locker on Hyprland, as gtklock no longer works.

nwg-shell 0.5.23

02 Dec 01:35
Compare
Choose a tag to compare
  • 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

17 Nov 01:41
Compare
Choose a tag to compare
  • Default autostart files updated.

nwg-shell 0.5.21

17 Nov 00:29
Compare
Choose a tag to compare
  • screenshot applet (new feature) turned on by default

nwg-shell 0.5.20

15 Nov 00:52
Compare
Choose a tag to compare

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

02 Nov 23:19
Compare
Choose a tag to compare

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

01 Nov 22:04
Compare
Choose a tag to compare

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

18 Oct 21:32
Compare
Choose a tag to compare

Fixed indentation error while applying -k argument.