Giter Site home page Giter Site logo

justintroverted / taskbarcustomizer Goto Github PK

View Code? Open in Web Editor NEW
111.0 11.0 9.0 50 KB

This is an application that modifies the appearance of the taskbar.

License: MIT License

C# 100.00%
taskbar position customization windows-10 size color alpha

taskbarcustomizer's Introduction

What is this?

This is an application that allows you to manipulate certain aspects of the Taskbar on Windows 10. You can change if the Start button is visible, and you can change whether the Show Desktop button is visible. Along with those nifty features, you can also change the positioning of all pinned Taskbar items, and the position of the IconTray and Clock.

TaskbarCustomizer TaskbarCustomizer

taskbarcustomizer's People

Contributors

justintroverted avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

taskbarcustomizer's Issues

Start button not moved

Hi
I can't get start button to center on the shrinked taskbar as on your screenshot ?

I'm using top taskbar too and running Windows 10 20h1 ( 2004 update of May ) , startisback

do you think I have some conflict with those apps and how to fix the start button to be centered like you ?

Regards

Tray jumps back to corner

Love this app!

The only problem is that the System Tray likes to jump back the the right corner if you try and click on it!

Auto width possible?

I was wondering is auto width possible in the future? If so, consider this as a feature request. Great app, by the way!

:thumbsup:

Similar to this was once showcased on Reddit... But the project faded.
Very good alpha. Thumbs up!

Builded release?

hello

I'm not a win dev... why not release a compiled version for other devs?

support 2 or more monitors

Hello thanks for your program. Could you also support more monitors? Currently only the taskbar of the main screen is changed

application will crash upon loading settings if values aren't located or properly formed

{
_settings.LoadSettings();
//TODO (justin): add some error checking here
SliderTaskWidth.Value = Convert.ToInt16(_settings.FindSetting("width").SettingValue);
SliderDummyTaskRed.Value = Convert.ToByte(_settings.FindSetting("red").SettingValue);
SliderDummyTaskGreen.Value = Convert.ToByte(_settings.FindSetting("green").SettingValue);
SliderDummyTaskBlue.Value = Convert.ToByte(_settings.FindSetting("blue").SettingValue);
SliderDummyTaskOpacity.Value = Convert.ToByte(_settings.FindSetting("opacity").SettingValue);
CheckTaskbarVisible.IsChecked = Convert.ToBoolean(_settings.FindSetting("showtaskbar").SettingValue);
CheckHideStart.IsChecked = Convert.ToBoolean(_settings.FindSetting("hidestartbutton").SettingValue);
CheckHideShowDesk.IsChecked = Convert.ToBoolean(_settings.FindSetting("hideshowdesktopbutton").SettingValue);
CheckAutoStart.IsChecked = Convert.ToBoolean(_settings.FindSetting("autostart").SettingValue);
CheckLaunchWithWindows.IsChecked = Convert.ToBoolean(_settings.FindSetting("launchwithwindows").SettingValue);
}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.