Skip to content

Releases: nwg-piotr/nwg-shell

nwg-shell 0.4.3

07 Mar 00:44
Compare
Choose a tag to compare
  • added Fedora install scripts @kuba3351;
  • added missing pamixer (Fedora) @kuba3351;
  • added xdg-user-dirs-update execution in the install script (Fedora) @kuba3351;
  • htop replaced with nwg-processes in default configs;
  • added missing "interface-locale" shell data key (with empty value).

nwg-shell 0.4.2

01 Feb 23:54
4bb8011
Compare
Choose a tag to compare

The installer bash script now allows to select the file manager, text editor and web browser from menus of popular apps. That's why it can no longer be redirected to bash, and needs to be saved on your local drive. However, you can still do it in a single line:

wget https://raw.github.com/nwg-piotr/nwg-shell/main/install/arch.sh && chmod u+x arch.sh && ./arch.sh && rm arch.sh

nwg-shell 0.4.1

28 Jan 00:37
Compare
Choose a tag to compare

Added support for the simple webinstaller script (Arch Linux).

nwg-shell 0.4.0

21 Jan 02:02
c8c0058
Compare
Choose a tag to compare

This is to replace the 'updates' nwg-panel executor with the update indicator system tray icon.

To become more distro agnostic sooner or later, we removed the Arch Linux-specific nwg-panel executor-updates from preinstalled configs. The system tray update notifier icon is going to replace it.

This affects new installs. Current users should remove the updates executor from their panels, and leave the "Update tray icon" on:

image

For now it works on Arch and derivatives only. To add support for other distros, I expect packagers to cooperate.

Also see: #55

nwg-shell 0.3.9

11 Nov 01:08
Compare
Choose a tag to compare

nwg-shell 0.3.8

05 Nov 23:51
Compare
Choose a tag to compare
  • nwg-bar -> ~/.config/nwg-bar/bar.json: removed label mnemonics, that stopped working for some mysterious reason.

nwg-shell 0.3.7

01 Nov 02:07
Compare
Choose a tag to compare
  • minor changes to preset-0 & preset-2, to make use of the latest additions to nwg-panel ("minimize" to scratchpad);
  • numerous fixes & improvements to shell components (see the website).

nwg-shell 0.3.6

25 Oct 23:53
Compare
Choose a tag to compare

Change default wallpaper.

nwg-shell 0.3.5

22 Oct 22:08
Compare
Choose a tag to compare

Minor changes

  • some fixes to presets and css style sheets

Related

nwg-shell-config 0.4.3

Support for gtklock 2.x

  • powerbar module suspend command
  • powerbar module userswitch command
  • powerbar module logout command

Thanks to @jovanlanik for additions and bug fixes to gtklock and gtklock-playerctl-module.

Translations

Modified keys:

  • "power-off-tooltip"
  • "reboot-tooltip"
  • "under-clock"

New keys: 

  • "suspend"
  • "suspend-tooltip"
  • "logout"
  • "logout-tooltip"
  • "switch-user"
  • "switch-user-tooltip"

nwg-panel 0.7.12

  • Playerctl module: full (unshortened) label text -> tooltip text;
  • Controls module: added optional, semi-transparent background window to click and close the popup, in addition to the previous behaviour;
  • some typos fixed by @kianmeng;
  • added fallback icon name, same as the app_id, when all other icon name detection methods fail.

nwg-shell 0.3.4

02 Oct 18:28
Compare
Choose a tag to compare
  • added --restore flag to bring back missing configs, styles & data files;
  • added @jovanlanik's gtklock per-preset style sheets;
  • removed gtklock config file (we only rely on arguments);
  • fixed updates check.