Releases: nwg-piotr/nwg-shell-config
nwg-shell-config 0.4.15
- removed unnecessary
swaymsg reload
in the default (Arch Linux)nwg-system-update
script; "update-indicator-on"
settings key setFalse
in initial settings. As the appropriate form fields remain invisible if the program is running on a distribution that does not provide thenwg-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
- 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
- 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
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
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:
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
- 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
andtouchpad
. - 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.
nwg-shell-config 0.4.9
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.
nwg-shell-config 0.4.8
- presets: added a field to set nwg-dock hotspot delay
- autotiling: added split width & split height, contributed by @JoseConseco
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
- 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
- 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.",