We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
On the Taskbar menu the default OS entries, e.g., settings, Task Manager, tile windows, etc, are not fully visible.
My taskbar.nss:
menu(type="taskbar" vis=key.shift() or key.lbutton() pos=0 title=app.name image=\uE249) { item(title="config" image=\uE10A cmd='"@app.cfg"') item(title="manager" image=\uE0F3 admin cmd='"@app.exe"') item(title="directory" image=\uE0E8 cmd='"@app.dir"') item(title="version\t"[email protected] vis=label col=1) item(title="docs" image=\uE1C4 cmd='https://nilesoft.org/docs') item(title="donate" image=\uE1A7 cmd='https://nilesoft.org/donate') } menu(where=@(this.count == 0) type='taskbar' image=icon.settings expanded=true) { menu(title=title.windows image=\uE1FB) { item(title=title.cascade_windows cmd=command.cascade_windows) item(title=title.Show_windows_stacked cmd=command.Show_windows_stacked) item(title=title.Show_windows_side_by_side cmd=command.Show_windows_side_by_side) sep item(title=title.minimize_all_windows cmd=command.minimize_all_windows) item(title=title.restore_all_windows cmd=command.restore_all_windows) } item(title=title.desktop image=icon.desktop cmd=command.toggle_desktop) item(title=title.settings sep=sep.bottom image=icon.settings(auto, image.color1) cmd='ms-settings:') item(title='mSecure' image='C:\Program Files\WindowsApps\mSevenSoftware.mSecure10_6.1.394.0_x64__z2ejxf6qbnb72\Assets\Malbec\appIcon.png' cmd='C:\Program Files\WindowsApps\mSevenSoftware.mSecure10_6.1.394.0_x64__z2ejxf6qbnb72\mSecure.exe') item(title='Beyond Compare 5' image cmd='C:\Program Files\Beyond Compare 5\BCompare.exe') item(title='TextPad' image cmd='C:\Program Files\TextPad 7\TextPad.exe') item(title=title.task_manager sep=both image=icon.task_manager cmd='taskmgr.exe') item(title=title.taskbar_Settings sep=both image=inherit cmd='ms-settings:taskbar') item(vis=key.shift() title=title.exit_explorer cmd=command.restart_explorer) }
The text was updated successfully, but these errors were encountered:
#495 (comment)
Sorry, something went wrong.
No branches or pull requests
On the Taskbar menu the default OS entries, e.g., settings, Task Manager, tile windows, etc, are not fully visible.
My taskbar.nss:
The text was updated successfully, but these errors were encountered: