Giter Site home page Giter Site logo

Comments (5)

jmanc3 avatar jmanc3 commented on May 27, 2024 1

@prateekmedia First, in ~/.config/winbar/winbar.cfg, scroll down to the themes and set

color_taskbar_background = "#dd101010",

to

color_taskbar_background = "#55101010",

If it still doesn't look like it's blurring, then it probably has something to do with choosing a screen with the wrong depth as the main screen. (or something like that, I'll figure it out if that's the case but I just want to make sure it's not actually blurring first)

from winbar.

jmanc3 avatar jmanc3 commented on May 27, 2024 1

Yes. The properties you're probably most interested in changing (those that change the transparency of the window backgrounds) are typically going to have "_background" in the name.
The following are those that you probably want to change:

colors are ARGB in HEX as in the first two numbers are the opacity, the next to red, the next two green, and then blue
color_taskbar_background = "#dd101010",
color_taskbar_search_bar_default_background = "#fff3f3f3",
color_taskbar_search_bar_hovered_background = "#ffffffff",
color_taskbar_search_bar_pressed_background = "#ffffffff",
color_taskbar_application_icons_background = "#dd474747",
color_taskbar_attention_background = "#ffffa21d",
color_systray_background = "#f3282828",
color_battery_background = "#f31f1f1f",
color_battery_slider_background = "#ff797979",
color_wifi_background = "#f31f1f1f",
color_date_background = "#f31f1f1f",
color_volume_background = "#f31f1f1f",
color_apps_background = "#f31f1f1f",
color_pin_menu_background = "#f31f1f1f",
color_windows_selector_default_background = "#f3282828",
color_windows_selector_hovered_background = "#f33d3d3d",
color_windows_selector_pressed_background = "#f3535353",
color_search_tab_bar_background = "#f31f1f1f",
color_search_empty_tab_content_background = "#f32a2a2a",
color_pinned_icon_editor_background = "#ffffffff",
color_notification_content_background = "#ff1f1f1f",
color_notification_title_background = "#ff191919",
color_action_center_background = "#ff1f1f1f",
color_action_center_notification_content_background = "#ff282828",
color_action_center_notification_title_background = "#ff1f1f1f",

I am aware it's pretty annoying to change each one individually. The reason I didn't make it so that they all use one opacity number is because some of the windows really don't look good when they are too transparent (you can't make out the text) so I was pretty conservative when choosing "f3." It really shows on compositors that just do basic transparency. But now that I'm looking at the numbers it's really only the taskbar background ("dd") that's not "f3" like the others. I should probably just have a global variable that can be set that'll apply to everything.

from winbar.

jmanc3 avatar jmanc3 commented on May 27, 2024

Blur is the job of the windows compositor. Gnome and KDE have a built in one (On KDE the taskbar even gets slide animations). The most common compositor used on Linux, that is not part of a desktop environment and can be used independently, is picom

from winbar.

prateekmedia avatar prateekmedia commented on May 27, 2024

@jmanc3 It is not blurring, I guess cause it's not trnasparent, picom only blurs transparent windows, Can we make winbar transparent?

from winbar.

prateekmedia avatar prateekmedia commented on May 27, 2024

Ir works but do I have to set it manually for every property?

from winbar.

Related Issues (20)

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.