Skip to content

Releases: nwg-piotr/nwg-shell-config

nwg-shell-config 0.4.15

08 Feb 00:37
Compare
Choose a tag to compare
  • removed unnecessary swaymsg reload in the default (Arch Linux) nwg-system-update script;
  • "update-indicator-on" settings key set False in initial settings. As the appropriate form fields remain invisible if the program is running on a distribution that does not provide the nwg-system-update script, we need to leave if turned off by default. @mac-a-r0ni, @kuba3351 - this is the reason to update the nwg-shell-config version to 0.4.15 in what you're working on.

nwg-shell-config 0.4.14

31 Jan 00:20
Compare
Choose a tag to compare
  • updated nl_NL lang (Mark Woltman);
  • extended known browsers dictionary (for compatibility with upcoming installer changes - affects Arch Linux).

nwg-shell-config 0.4.13

25 Jan 00:27
84d727e
Compare
Choose a tag to compare
  • added per-preset form fields to make use of -g and -i nwg-drawer arguments. This allows to override system-wide GTK theme and icon theme settings;
  • nl_NL translation updated by Mark Woltman.

nwg-shell-config 0.4.12

21 Jan 23:36
7d43c30
Compare
Choose a tag to compare

Fixed custom update command not working.

v0.4.11 has a field to enter users own command to perform system updates, but I forgot to make use of it. :D

nwg-shell-config 0.4.11

21 Jan 01:54
21d7229
Compare
Choose a tag to compare

To become more distro agnostic sooner or later, we remove 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: nwg-piotr/nwg-shell#55

nwg-shell-config 0.4.10

20 Dec 01:11
Compare
Choose a tag to compare
  • Backup: added -b command line argument to restore all configs from a backup file and exit(0): nwg-shell-config -b /path/to/backup/file.tar.xz;
  • Input devices: added a field to select a certain device by identifier, instead of all devices of given type. Affects types: keyboard, pointer and touchpad.
  • Added nwg-shell-translate entry point (beta!). You'll find the icon on the main setting screen. The utility allows to edit current and add new dictionaries, and export them to .json files. If you'd like to improve an existing translation or add your own language, send me your translation file ([email protected]), or just share it as a gist.

image

nwg-shell-config 0.4.9

02 Dec 00:29
81b37ca
Compare
Choose a tag to compare

Added backup tab

It may be used to quickly restore your customized nwg-shell setup on fresh installs, or to create variants (e.g. light / dark) and switch between them.

The backup/restore feature copies / restores ALL the content of the following folders:

  • ~/.config/azote

  • ~/.config/foot

  • ~/.config/gtklock

  • ~/.config/nwg-bar

  • ~/.config/nwg-displays

  • ~/.config/nwg-dock

  • ~/.config/nwg-drawer

  • ~/.config/nwg-look

  • ~/.config/nwg-panel

  • ~/.config/sway

  • ~/.config/swaync

  • ~/.local/share/nwg-look

  • ~/.local/share/nwg-panel

  • ~/.local/share/nwg-shell-config

The backup .tar.gz file will be created in your ~/ folder.

image

nwg-shell-config 0.4.8

17 Nov 01:20
efd995a
Compare
Choose a tag to compare
  • presets: added a field to set nwg-dock hotspot delay
  • autotiling: added split width & split height, contributed by @JoseConseco

image

Split width/height specifies the horizontal/vertical value multiplier to resize descendant container to after splitting the parent.
read more

nwg-shell-config 0.4.7

08 Nov 02:31
Compare
Choose a tag to compare
  • restored accidentally deleted line to kill autotiling on nwg-shell-config "Apply" button pressed. Due to this, in v0.4.6, after turning autotiling off, you had to exit sway for the change to take effect.

nwg-shell-config 0.4.6

05 Nov 23:02
3d03dea
Compare
Choose a tag to compare
  • added autotiling per-output depth limit

Depth limit determines how deep will autotiling work. The '2' value allows to mimic the master/stack layout on horizontal displays. On vertical displays you may like the '3' value. Use '0' for no limit. Beyond the limit, tabbed and stacking layouts will work back again. The '1' value is not recommended, as it will spoil autotiling.

Translations

"autotiling-depth-limit-tooltip": "Depth limit determines how deep will autotiling work. The '2' value allows to mimic the master/stack layout on horizontal displays. On vertical displays you may like the '3' value. Use '0' for no limit. Beyond the limit, tabbed and stacking layouts will work back again. The '1' value is not recommended, as it will spoil autotiling.",