Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Oliviaophia/SmartTaskbar
A lightweight utility which can automatically switch the display state of the Windows Taskbar.
https://github.com/Oliviaophia/SmartTaskbar
auto-hide taskbar taskbar-application taskbar-switcher windows windows-taskbar
Last synced: about 1 month ago
JSON representation
A lightweight utility which can automatically switch the display state of the Windows Taskbar.
- Host: GitHub
- URL: https://github.com/Oliviaophia/SmartTaskbar
- Owner: Oliviaophia
- License: mit
- Created: 2018-01-16T13:54:49.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2022-04-18T12:14:40.000Z (over 2 years ago)
- Last Synced: 2024-05-21T17:10:18.274Z (7 months ago)
- Topics: auto-hide, taskbar, taskbar-application, taskbar-switcher, windows, windows-taskbar
- Language: C#
- Homepage:
- Size: 7.12 MB
- Stars: 1,209
- Watchers: 20
- Forks: 73
- Open Issues: 57
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starz - Oliviaophia/SmartTaskbar - A lightweight utility which can automatically switch the display state of the Windows Taskbar. (C# #)
README
SmartTaskbar
=====
[![Version](https://badge.fury.io/gh/ChanpleCai%2FSmartTaskbar.svg)](https://github.com/ChanpleCai/SmartTaskbar/releases/download/v1.4.5/SmartTaskbar_Setup.exe)
[![Latest Release](https://img.shields.io/github/downloads/ChanpleCai/SmartTaskbar/latest/total.svg)](https://github.com/ChanpleCai/SmartTaskbar/releases/download/v1.4.5/SmartTaskbar_Setup.exe)
[![All Releases](https://img.shields.io/github/downloads/ChanpleCai/SmartTaskbar/total.svg)](https://github.com/ChanpleCai/SmartTaskbar/releases)
[![License](http://img.shields.io/:license-MIT-blue.svg?style=flat)](LICENSE)
[![996.icu](https://img.shields.io/badge/link-996.icu-red.svg)](https://996.icu)
[![LICENSE](https://img.shields.io/badge/license-Anti%20996-blue.svg)](https://github.com/996icu/996.ICU/blob/master/LICENSE)* SmartTaskbar is a lightweight utility which can automatically switch the display state of the Windows Taskbar.
Features
-----#### Auto Mode
* In the Auto Mode, SmartTaskbar will set the Taskbar to hide when When the focused window and the taskbar intersect[[1]](#footnote).
* Double-click the tray icon to switch the display status of the taskbar between Show or Auto-Hide.Known Issues
----* Some applications are not compatible with Auto-Hide mode (This problem has nothing to do with SmartTaskbar), for example:
* Some applications use special maximization logic. When the mouse is moved to the taskbar position, the taskbar doesn't pop up. In this case, you can use the shortcut (`WIN` + `T`) to force the taskbar to pop up.* Starting from [v1.4.3](https://github.com/ChanpleCai/SmartTaskbar/releases), the following behavior only occurs when the hook fails.
>* The Auto Mode is based on Auto-Hide mode, so it does not change the default behavior of window taskbar in Auto-Hide mode. Therefore, you will encounter the following "bugs", but they are not actually:
>
> * When you close the start menu or the search panel, the taskbar will be automatically hidden (this is the system's own behavior), and then may be displayed again immediately (this is the work of SmartTaskbar).
>
> * When there is already a full-screen application, open a window that does not intersect the taskbar, and the taskbar will be automatically hidden when the mouse is moved away (this is the system's own behavior), and then it may be displayed again immediately (this is SmartTaskbar working ), since the currently focused window does not intersect the taskbar.Build
-----
* Visual Studio 2022.Notice
------
* The status of the taskbar does not change when the mouse is over the taskbar.* The [Microsoft Store](https://www.microsoft.com/en-us/p/smarttaskbar/9pjm69mps6t9?activetab=pivot%3aoverviewtab) version is slightly less functional and stable.