fuhsjr00 / bug.n

Tiling Window Manager for Windows
GNU General Public License v3.0
3.36k stars 214 forks source link

color of bar is wrong? #247

Closed tianxiayu007 closed 4 years ago

tianxiayu007 commented 4 years ago

image i set tag 1 backColor blue and tag 2 gray, but as you can see, tag 2 has 2 color mixed, why? below is my config:

; bug.n - tiling window management
; @version 9.0.2

Config_horizontalBarPos=center
Config_verticalBarPos=tray
Config_barWidth=40%
Config_singleRowBar=0
Config_fontName=simsun
Config_fontSize=9
Config_backColor_#1=101010;603000;Black;603000;Black;603000;000060;404040;080808
Config_backColor_#2=808080;;;;;;;202020;080808
Config_foreColor_#1=404040;101010;Black;101010;Black;101010;Black;404040;202020
Config_foreColor_#2=4040ff;;;;;;;0000ff;0000ff
Config_foreColor_#3=;;;;;;;010101;
Config_fontColor_#1=White;White;White;White;White;White;White;Black;808080
Config_fontColor_#2=Black;;;;;;;White;White
Config_fontColor_#3=;;;;;;;Black;
Config_readinBat=0
Config_readinDate=0
Config_readinTime=0
Config_readinVolume=0
Config_readinInterval=10000
Config_showTaskBar=1
Config_viewNames=1;2;3;4
Config_areaTraceTimeout=2000
Config_continuouslyTraceAreas=1
Config_dynamicTiling=0
Config_ghostWndSubString= (Keine Rückmeldung)
Config_mouseFollowsFocus=0
Config_rule_#2=.*;.*;Window_isChild;0;0;0;1;0;0;
Config_rule_#3=.*;.*;Window_isPopup;0;0;0;1;0;0;
Config_rule_#12=Chrome_WidgetWin_1;.*Code;;1;0;0;0;1;0;maximize
Config_rule_#13=Chrome_WidgetWin_1;.*Chrome;;1;0;2;0;1;1;maximize
Config_autoSaveSession=ask
Config_hotkey=#c::
Config_hotkey=#q::Manager_closeWindow()
Config_hotkey=#^o::Manager_override(1;0;0;0;1;0;)
Config_hotkey=#i::
Config_hotkey=#^i::Manager_getWindowInfo()
Config_hotkey=#5::
Config_hotkey=#+5::
Config_hotkey=#^5::
Config_hotkey=#6::
Config_hotkey=#+6::
Config_hotkey=#^6::
Config_hotkey=#7::
Config_hotkey=#+7::
Config_hotkey=#^7::
Config_hotkey=#8::
Config_hotkey=#+8::
Config_hotkey=#^8::
Config_hotkey=#9::
Config_hotkey=#+9::
Config_hotkey=#^9::
Config_hotkey=#^e::Run, edit C:\Users\lbc\AppData\Roaming\bug.n\Config.ini
Config_hotkey=#+s::
Config_hotkey=#^r::Main_reload()
Config_hotkey=#+r::Reload
Config_hotkey=#+q::ExitApp
Config_hotkey=#Enter::Run, Ubuntul

Monitor_#1_aView_#1=2
Monitor_#1_aView_#2=3
View_#1_#1_layoutMFact=0.500000
joten commented 4 years ago

Every bar element consists of a progress bar with a background and a foreground; the visible part of the foreground depends on the value of the progress bar.

For views/ tags the bar shows the relative number of windows on the indicated view.

You would need to set the first field in Config_foreColor_#1 and Config_foreColor_#2 to the same values as Config_backColor_#* to have unicoloured bar elements.

tianxiayu007 commented 4 years ago

thanks for your answer,i will see it later,now, i may close this issue