File tree Expand file tree Collapse file tree 4 files changed +287
-79
lines changed Expand file tree Collapse file tree 4 files changed +287
-79
lines changed Original file line number Diff line number Diff line change @@ -76,6 +76,9 @@ def _get_config_var(setting_str: str):
7676BAR_WORKSPACE_USE_CHINESE_NUMERALS  =  _get_config_var (
7777    "bar_workspace_use_chinese_numerals" 
7878)
79+ BAR_WORKSPACE_ICONS  =  config .get ("bar_workspace_icons" , {})
80+ BAR_WORKSPACE_START  =  config .get ("bar_workspace_start" , DEFAULTS ["bar_workspace_start" ])
81+ BAR_WORKSPACE_END  =  config .get ("bar_workspace_end" , DEFAULTS ["bar_workspace_end" ])
7982BAR_HIDE_SPECIAL_WORKSPACE  =  _get_config_var ("bar_hide_special_workspace" )
8083BAR_THEME  =  _get_config_var ("bar_theme" )
8184DOCK_THEME  =  _get_config_var ("dock_theme" )
Original file line number Diff line number Diff line change 6161    "dock_enabled" : True ,
6262    "dock_icon_size" : 28 ,
6363    "dock_always_show" : False ,
64+     "bar_workspace_start" : 1 ,
65+     "bar_workspace_end" : 10 ,
6466    "bar_workspace_show_number" : False ,
6567    "bar_workspace_use_chinese_numerals" : False ,
6668    "bar_hide_special_workspace" : True ,
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments