Skip to content

Releases: nwg-piotr/nwg-shell

nwg-shell 0.5.32

05 Feb 02:02
Compare
Choose a tag to compare

Added PowerBar default commands.

Non-systemd distributions: you need to patch skel/data/nwg-shell-config/settings & settings-hyprland:

{
  "pb-poweroff": "systemctl -i poweroff",
  "pb-reboot": "systemctl reboot",
  "pb-sleep": "systemctl suspend"
}

Replace with what's going to work on your system or leave blank ("") in order not to display the button.

nwg-shell 0.5.31

30 Jan 01:48
Compare
Choose a tag to compare
  • Added nwg-readme.desktop file.

nwg-shell 0.5.30

29 Jan 02:10
Compare
Choose a tag to compare
  • "readme" component added to Controls components in default nwg-panel configs.

nwg-shell 0.5.29

27 Jan 00:33
Compare
Choose a tag to compare

Documentation updated.

nwg-shell 0.5.28

11 Jan 00:04
Compare
Choose a tag to compare
  • brightnessctl set as default backlight controller (as light upstream repository has been archived by the owner).

nwg-shell 0.5.27

09 Jan 02:49
Compare
Choose a tag to compare

Added nwg-clipman button forgotten in panel -> hyprland-0 preset.

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
}